Merge remote-tracking branch 'origin/master'
Conflicts: server_status.php
This commit is contained in:
commit
b04ca6294a
@ -156,12 +156,12 @@ $js_messages['strDividedBy'] = __('Divided by %s:');
|
||||
$js_messages['strFromSlowLog'] = __('From slow log');
|
||||
$js_messages['strFromGeneralLog'] = __('From general log');
|
||||
$js_messages['strAnalysingLogs'] = __('Analysing & loading logs. This may take a while.');
|
||||
$js_messages['strCountColumnExplanation'] = __('This columns shows the amount of identical queries that are grouped together. However only the SQL Text is being compared, thus the queries of other attributes such as start time may differ.');
|
||||
$js_messages['strCountColumnExplanation'] = __('This column shows the amount of identical queries that are grouped together. However only the SQL query itself has been used as a grouping criteria, so the other attributes of queries, such as start time, may differ.');
|
||||
$js_messages['strMoreCountColumnExplanation'] = __('Since grouping of INSERTs queries has been selected, INSERT queries into the same table are also being grouped together, disregarding of the inserted data.');
|
||||
$js_messages['strLogDataLoaded'] = __('Log data loaded. Queries executed in this time span:');
|
||||
|
||||
$js_messages['strJumpToTable'] = __('Jump to Log table');
|
||||
$js_messages['strNoDataFound'] = __('Log analysed, but not data found in this time span.');
|
||||
$js_messages['strNoDataFound'] = __('Log analysed, but no data found in this time span.');
|
||||
|
||||
/* l10n: A collection of available filters */
|
||||
$js_messages['strFilters'] = __('Filters');
|
||||
|
||||
@ -952,7 +952,7 @@ function PMA_DBI_fetch_value($result, $row_number = 0, $field = 0, $link = null,
|
||||
$value = false;
|
||||
|
||||
if (is_string($result)) {
|
||||
$result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE);
|
||||
$result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE, false);
|
||||
}
|
||||
|
||||
// return false if result is empty or false
|
||||
@ -1004,7 +1004,7 @@ function PMA_DBI_fetch_value($result, $row_number = 0, $field = 0, $link = null,
|
||||
*/
|
||||
function PMA_DBI_fetch_single_row($result, $type = 'ASSOC', $link = null, $options = 0) {
|
||||
if (is_string($result)) {
|
||||
$result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE);
|
||||
$result = PMA_DBI_try_query($result, $link, $options | PMA_DBI_QUERY_STORE, false);
|
||||
}
|
||||
|
||||
// return null if result is empty or false
|
||||
@ -1087,7 +1087,7 @@ function PMA_DBI_fetch_result($result, $key = null, $value = null,
|
||||
$resultrows = array();
|
||||
|
||||
if (is_string($result)) {
|
||||
$result = PMA_DBI_try_query($result, $link, $options);
|
||||
$result = PMA_DBI_try_query($result, $link, $options, false);
|
||||
}
|
||||
|
||||
// return empty array if result is empty or false
|
||||
|
||||
123
po/af.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-30 23:04+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: afrikaans <af@li.org>\n"
|
||||
@ -1172,11 +1172,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1221,7 +1221,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
@ -1321,7 +1321,7 @@ msgstr "Algemene verwantskap funksies"
|
||||
msgid "Current settings"
|
||||
msgstr "Algemene verwantskap funksies"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
msgid "Chart Title"
|
||||
msgstr "Geen tabelle"
|
||||
@ -1350,9 +1350,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1372,7 +1372,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Geen databasisse"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1390,7 +1390,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9707,137 +9707,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Gebruik"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Gebruik"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Kies Tabelle"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Voeg 'n nuwe gebruiker by"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-stelling"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Local"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Ry Statistiek"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Kies Alles"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Navraag dmv Voorbeeld"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Records"
|
||||
msgid "%d second"
|
||||
@ -9845,7 +9838,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Rekords"
|
||||
msgstr[1] "Rekords"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10386,36 +10379,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Geen tabelle"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL-stelling"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Voeg By/Verwyder Veld Kolomme"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Waarde"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ar.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-25 22:07+0200\n"
|
||||
"Last-Translator: Abdullah Al-Saedi <abdullah.10@windowslive.com>\n"
|
||||
"Language-Team: arabic <ar@li.org>\n"
|
||||
@ -1146,11 +1146,11 @@ msgstr "ذاكرة النظام"
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "ميجابايت"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "كيلوبايت"
|
||||
|
||||
@ -1191,7 +1191,7 @@ msgstr "فضلا , أضف متغير واحد على الأقل للسلسلة"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "لا شيء"
|
||||
|
||||
@ -1291,7 +1291,7 @@ msgstr "المزايا العامّة للرابط"
|
||||
msgid "Current settings"
|
||||
msgstr "المزايا العامّة للرابط"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1323,9 +1323,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1346,7 +1346,7 @@ msgid "Jump to Log table"
|
||||
msgstr "قفز لقاعدة البيانات"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1364,7 +1364,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9698,141 +9698,134 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "المساحة"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "المساحة"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "اختر الجداول"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "اسم الجدول غير صالح"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new User"
|
||||
msgid "Add this series"
|
||||
msgstr "أضف مستخدم جديد"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "تحميل"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Row Statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "إحصائيات"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "اختر الجداول"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "نوع الاستعلام"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9844,7 +9837,7 @@ msgstr[3] "الثانية"
|
||||
msgstr[4] "الثانية"
|
||||
msgstr[5] "الثانية"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10386,35 +10379,35 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "استورد الملفات"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "إضافه/حذف عمود حقل"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "القيمة"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/az.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:11+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: azerbaijani <az@li.org>\n"
|
||||
@ -1187,11 +1187,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1236,7 +1236,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Heç biri"
|
||||
|
||||
@ -1336,7 +1336,7 @@ msgstr "Ümumi elaqe variantları"
|
||||
msgid "Current settings"
|
||||
msgstr "Ümumi elaqe variantları"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1366,9 +1366,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1388,7 +1388,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Baza seçilmemişdir ve ya mövcud deyildir."
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1406,7 +1406,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9896,137 +9896,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Miqdar"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Miqdar"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Select Tables"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Yeni İstifadeçi elave Et"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL sorğusu"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Yerli"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Sıra Statistikası"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Hamısını Seç"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Sorğu tipi"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10034,7 +10027,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "saniyede"
|
||||
msgstr[1] "saniyede"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10579,36 +10572,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Faylları import et"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL sorğusu"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Sahe Sütunlarını Elave Et/Sil"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Deyer"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/be.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: belarusian_cyrillic <be@li.org>\n"
|
||||
@ -1207,11 +1207,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МіБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "КiБ"
|
||||
|
||||
@ -1259,7 +1259,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Няма"
|
||||
|
||||
@ -1359,7 +1359,7 @@ msgstr "Магчымасьці асноўных сувязяў"
|
||||
msgid "Current settings"
|
||||
msgstr "Магчымасьці асноўных сувязяў"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1389,9 +1389,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1411,7 +1411,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Базы дадзеных адсутнічаюць"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1431,7 +1431,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10303,139 +10303,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Выкарыстаньне"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Выкарыстаньне"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Выберыце табліцу(ы)"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Некарэктнае імя табліцы"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Дадаць новага карыстальніка"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-запыт"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Лякальны"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Статыстыка радку"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Выбраць усё"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Тып запыту"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10443,7 +10436,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "у сэкунду"
|
||||
msgstr[1] "у сэкунду"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10998,36 +10991,36 @@ msgstr "Сьціснутая"
|
||||
msgid "Chart title"
|
||||
msgstr "Загаловак справаздачы"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL-запыт"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Дадаць/выдаліць калёнку крытэру"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Значэньне"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/be@latin.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-30 23:09+0200\n"
|
||||
"Last-Translator: Michal <michal@cihar.com>\n"
|
||||
"Language-Team: belarusian_latin <be@latin@li.org>\n"
|
||||
@ -1206,11 +1206,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1259,7 +1259,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nijakaja"
|
||||
|
||||
@ -1359,7 +1359,7 @@ msgstr "Mahčymaści asnoŭnych suviaziaŭ"
|
||||
msgid "Current settings"
|
||||
msgstr "Mahčymaści asnoŭnych suviaziaŭ"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1389,9 +1389,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1412,7 +1412,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Bazy dadzienych adsutničajuć"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1430,7 +1430,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10280,141 +10280,134 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Vykarystańnie"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Vykarystańnie"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Vybierycie tablicu(y)"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Niekarektnaje imia tablicy"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new User"
|
||||
msgid "Add this series"
|
||||
msgstr "Dadać novaha karystalnika"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Reload privileges"
|
||||
msgid "Loading logs"
|
||||
msgstr "Pierazahruzić pryvilei"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Row Statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Statystyka radku"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Vybrać usio"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Typ zapytu"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10423,7 +10416,7 @@ msgstr[0] "u sekundu"
|
||||
msgstr[1] "u sekundu"
|
||||
msgstr[2] "u sekundu"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10969,35 +10962,35 @@ msgstr "Ścisnutaja"
|
||||
msgid "Chart title"
|
||||
msgstr "Zahałovak spravazdačy"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Dadać/vydalić kalonku kryteru"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Značeńnie"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/bg.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-19 14:58+0200\n"
|
||||
"Last-Translator: <stoyanster@gmail.com>\n"
|
||||
"Language-Team: bulgarian <bg@li.org>\n"
|
||||
@ -1147,11 +1147,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "КБ"
|
||||
|
||||
@ -1196,7 +1196,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Няма"
|
||||
|
||||
@ -1296,7 +1296,7 @@ msgstr "Управление мои настройки"
|
||||
msgid "Current settings"
|
||||
msgstr "Още"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Chart title"
|
||||
msgid "Chart Title"
|
||||
@ -1328,9 +1328,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1351,7 +1351,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Прескачане до БД"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1371,7 +1371,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9428,150 +9428,143 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Използвани"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Използвани"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "All status variables"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Всички променливи на състоянието"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Избор на таблици"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "You must provide a valid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Трябва да дадете име на таблица на тригера"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add trigger"
|
||||
msgid "Add this series"
|
||||
msgstr "Нов тригер"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Зареждане"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Показване статистика"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Избор на страница"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Тип на заявката"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d секунда"
|
||||
msgstr[1] "%d секунди"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10100,31 +10093,31 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Заглавие на диаграмата"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Оставащите колони"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Етикет на оста X:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Стойности на X"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Етикет на оста Y:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Стойности на Y"
|
||||
|
||||
|
||||
123
po/bn.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-10-21 01:36+0200\n"
|
||||
"Last-Translator: Nobin নবীন <nobin@cyberbogra.com>\n"
|
||||
"Language-Team: bangla <bn@li.org>\n"
|
||||
@ -1195,11 +1195,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "মেগাবাইট"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "কিলোবাইট"
|
||||
|
||||
@ -1245,7 +1245,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "কোনটিই নয়"
|
||||
|
||||
@ -1345,7 +1345,7 @@ msgstr "General relation features"
|
||||
msgid "Current settings"
|
||||
msgstr "General relation features"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1375,9 +1375,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1397,7 +1397,7 @@ msgid "Jump to Log table"
|
||||
msgstr "কোন ডাটাবেজ নাই"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1417,7 +1417,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10168,139 +10168,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "ব্যাবহার"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "ব্যাবহার"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "টেবিল সিলেক্ট করুন"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Invalid table name"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "একটি নতুন ইউজার যোগ করুন"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL query"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "লোকাল"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Row Statistics"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "সব সিলেক্ট করুন"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Query type"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10308,7 +10301,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "per second"
|
||||
msgstr[1] "per second"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10856,36 +10849,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Report title"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL query"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Add/Delete Field Columns"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "মান"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/br.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-17 21:41+0200\n"
|
||||
"Last-Translator: Fulup <fulup.jakez@ofis-bzh.org>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1153,11 +1153,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "Mio"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "Kio"
|
||||
|
||||
@ -1202,7 +1202,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@ -1301,7 +1301,7 @@ msgstr "Heuliañ ar c'hemmoù"
|
||||
msgid "Current settings"
|
||||
msgstr "Arventennoù pouezus all"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr ""
|
||||
|
||||
@ -1329,9 +1329,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1352,7 +1352,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Mont d'an diaz roadennoù"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1370,7 +1370,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9382,140 +9382,133 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Foreign Key"
|
||||
msgid "Select series:"
|
||||
msgstr "Diuzit an alc'hwez estren"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Anv taolenn direizh"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add user"
|
||||
msgid "Add this series"
|
||||
msgstr "Ouzhpennañ un implijer"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "O kargañ"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Query statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Stadegoù war ar rekedoù"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10038,31 +10031,31 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr ""
|
||||
|
||||
|
||||
123
po/bs.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:12+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: bosnian <bs@li.org>\n"
|
||||
@ -1181,11 +1181,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1230,7 +1230,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "nema"
|
||||
|
||||
@ -1330,7 +1330,7 @@ msgstr "Opšte osobine relacija"
|
||||
msgid "Current settings"
|
||||
msgstr "Opšte osobine relacija"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1360,9 +1360,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1382,7 +1382,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Baza ne postoji"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1400,7 +1400,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9879,137 +9879,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Zauzeće"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Zauzeće"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Izaberi tabele"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Dodaj novog korisnika"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL upit"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokalni"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistike reda"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Izaberi sve"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Vrsta upita"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10017,7 +10010,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "u sekundi"
|
||||
msgstr[1] "u sekundi"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10560,36 +10553,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Uvoz fajlova"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL upit"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Dodaj/obriši kolonu"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Vrijednost"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ca.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-02-23 09:57+0200\n"
|
||||
"Last-Translator: Xavier Navarro <xvnavarro@gmail.com>\n"
|
||||
"Language-Team: catalan <ca@li.org>\n"
|
||||
@ -1171,11 +1171,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1222,7 +1222,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Res"
|
||||
|
||||
@ -1322,7 +1322,7 @@ msgstr "Gestiona els teus paràmetres"
|
||||
msgid "Current settings"
|
||||
msgstr "Més paràmetres"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title:"
|
||||
msgid "Chart Title"
|
||||
@ -1354,9 +1354,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1377,7 +1377,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Vés a la base de dades"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1397,7 +1397,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10129,145 +10129,138 @@ msgstr "Informació"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Ús"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Ús"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Veure la taula d'estat de l'esclau"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Tria Taules"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Nom de taula incorrecte"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Afegir un nou servidor"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Consultes SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Carregar"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Mostra estadístiques"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Selecciona la pàgina"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tipus de consulta"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10275,7 +10268,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Segon"
|
||||
msgstr[1] "Segon"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10864,41 +10857,41 @@ msgstr "Apilat"
|
||||
msgid "Chart title"
|
||||
msgstr "Títol de llistat:"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "Consultes SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Columnes per a textareas"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Títol de l'eix X"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Valor"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Títol de l'eix Y"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
127
po/cs.po
127
po/cs.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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-25 15:03+0200\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: czech <cs@li.org>\n"
|
||||
@ -1147,11 +1147,11 @@ msgstr "Operační paměť"
|
||||
msgid "System swap"
|
||||
msgstr "Odkládací oblast"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1192,7 +1192,7 @@ msgstr "Prosím přidejte do série alespoň jednu hodnotu"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Žádná"
|
||||
|
||||
@ -1288,7 +1288,7 @@ msgstr "Změnit nastavení"
|
||||
msgid "Current settings"
|
||||
msgstr "Aktuální nastavení"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Název grafu"
|
||||
|
||||
@ -1316,9 +1316,9 @@ msgstr "Načítám a analyzuji záznamy. To může chvíli trvat."
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1339,7 +1339,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Přejít na tabulku se záznamem"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
"Záznamy byly načteny, ale v tomto časovém rozmezí nebyly nalezeny žádné "
|
||||
"dotazy."
|
||||
@ -1359,7 +1361,9 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr "Filtrovat dotazy podle slova nebo regulárního výrazu:"
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
#, fuzzy
|
||||
#| msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr "Sloučit dotazy ignorováním dat ve WHERE"
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9811,123 +9815,116 @@ msgstr "Instrukce monitoru"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "Využití procesoru"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Využití paměti"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Využití odkládacího prostoru"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Stavové proměnné"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Vyberte série:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Obvykle monitorované"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "nebo zadejte jméno proměnné:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Zobrazit jako rozdíl"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Vynásobit"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Přidat jednoty"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Přidat tuto sérii"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Odstranit série"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Série v grafu::"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Nahrávám záznamy"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistiky záznamů"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Zvolený časový rozsah:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr "Stáhnout jen příkazy SELECT, INSERT, UPDATE a DELETE"
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
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:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr "Analýza dotazu"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
@ -9935,7 +9932,7 @@ msgstr[0] "%d sekunda"
|
||||
msgstr[1] "%d sekundy"
|
||||
msgstr[2] "%d sekund"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10517,31 +10514,31 @@ msgstr "Skládané"
|
||||
msgid "Chart title"
|
||||
msgstr "Název grafu"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Osa X:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Série:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Zbývající sloupce"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Popis osy X:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Hodnoty X"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Popis osy Y:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Hodnoty Y"
|
||||
|
||||
|
||||
123
po/cy.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-05-19 21:21+0200\n"
|
||||
"Last-Translator: <ardavies@tiscali.co.uk>\n"
|
||||
"Language-Team: Welsh <cy@li.org>\n"
|
||||
@ -1169,11 +1169,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1222,7 +1222,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Dim"
|
||||
|
||||
@ -1323,7 +1323,7 @@ msgstr "Nodweddion perthynas cyffredinol"
|
||||
msgid "Current settings"
|
||||
msgstr "Nodweddion perthynas cyffredinol"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1355,9 +1355,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1378,7 +1378,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Neidiwch i'r gronfa ddata"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1398,7 +1398,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9725,137 +9725,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Dewis Tablau"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Enw tabl annilys"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Ychwanegwch weinydd newydd"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Load"
|
||||
msgid "Loading logs"
|
||||
msgstr "llwytho"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Dangos ystadegau"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Dewis Tablau"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Ymholiad"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9863,7 +9856,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Eiliad"
|
||||
msgstr[1] "Eiliad"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10403,35 +10396,35 @@ msgstr "Paciwyd"
|
||||
msgid "Chart title"
|
||||
msgstr "Teitl yr adroddiad"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Ychwanegu/Dileu colofnau"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Gwerth"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
156
po/da.po
156
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-23 21:27+0200\n"
|
||||
"Last-Translator: Jørgen Thomsen <opensource@jth.net>\n"
|
||||
"Language-Team: danish <da@li.org>\n"
|
||||
@ -1145,11 +1145,11 @@ msgstr "Systemhukommelse"
|
||||
msgid "System swap"
|
||||
msgstr "System swap"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1190,7 +1190,7 @@ msgstr "Tilføj mindst en variabel til serien"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Ingen"
|
||||
|
||||
@ -1294,7 +1294,7 @@ msgstr "Ændre indstillinger"
|
||||
msgid "Current settings"
|
||||
msgstr "Aktuelle indstillinger"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Diagramtitel"
|
||||
|
||||
@ -1327,9 +1327,9 @@ msgstr "Analyserer & indlæser logs. Dette kan vare nogen tid."
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Denne kolonne viser mængden af identiske forspørgsler, som er grupperet "
|
||||
"sammen. Dog kun SQL tekst sammenlignes, så de andre attributter af "
|
||||
@ -1354,7 +1354,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Gå til logtabellen"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr "Loggen er analyseret, men ingen data fundet i dette tidsinterval."
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1374,7 +1376,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9882,14 +9884,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "Monitorinstruktioner"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"phpMyAdmin Monitor kan hjælpe dig med at optimere serverkonfigurationen og "
|
||||
"afsløre tidskrævende\n"
|
||||
@ -9897,19 +9906,29 @@ 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:1373
|
||||
#: server_status.php:1371
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Using the monitor:</b><br/>\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"
|
||||
#| " <p>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.</p>"
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
"<b>Brug af monitoren:</b><br/>\n"
|
||||
" Når du klikker på 'Start monitor' vil din browser opdatere alle "
|
||||
@ -9922,15 +9941,22 @@ msgstr ""
|
||||
" nede og køre hen over diagrammet. Dette vill hente statistik fra "
|
||||
"logs og hjælpe dig til at finde årsagen.</p> til aktivitetsforøgelsen.</p>"
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Please note:</b>\n"
|
||||
#| " Enabling the general_log may increase the server load by 5-15%. "
|
||||
#| "Also be aware that generating statistics from the logs is a\n"
|
||||
#| " 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.\n"
|
||||
#| " "
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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 ""
|
||||
"<b>Bemærk:\n"
|
||||
" Aktivering af general_log kan forøge server load med 5-15%. Vær også "
|
||||
@ -9940,79 +9966,79 @@ msgstr ""
|
||||
" der ikke er behov for den længere.\n"
|
||||
" "
|
||||
|
||||
#: server_status.php:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "CPU-forbrug"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Hukommelsesforbrug"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Brug af swapfil"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Statusvariabel/-ble"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Vælg serie:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Almindeligt overvåget"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "eller indtast variabelnavn:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Vis som forskelsværdi"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Anvend divisor"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Tilføj enhed til dataværdier"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Tilføj denne serie"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Slet serie"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Serier i diagram"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Indlæser logs"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Logstatistik"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Valgt tidsinterval:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10020,20 +10046,20 @@ msgstr ""
|
||||
"<p>Vælg fra hvilken log, du ønsker statistikken genereret fra</"
|
||||
"p>Resultaterne er grupperet af forespørgselstekst."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Forespørgselstype"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d sekund"
|
||||
msgstr[1] "%d sekunder"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10612,31 +10638,31 @@ msgstr "Stak"
|
||||
msgid "Chart title"
|
||||
msgstr "Diagramtitel"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "X-akse:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Serie:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "De resterende kolonner"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X-akse betegnelse:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "X værdier"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y-akse betegnelse:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Y-værdier"
|
||||
|
||||
|
||||
156
po/de.po
156
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-25 14:55+0200\n"
|
||||
"Last-Translator: Sven Strickroth <email@cs-ware.de>\n"
|
||||
"Language-Team: german <de@li.org>\n"
|
||||
@ -1151,11 +1151,11 @@ msgstr "Arbeitsspeicher"
|
||||
msgid "System swap"
|
||||
msgstr "System-Swap"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1196,7 +1196,7 @@ msgstr "Bitte fügen Sie mindestens eine Variable der Serie hinzu"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "keine"
|
||||
|
||||
@ -1300,7 +1300,7 @@ msgstr "Einstellungen ändern"
|
||||
msgid "Current settings"
|
||||
msgstr "Aktuelle Einstellungen"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Schaubild-Titel"
|
||||
|
||||
@ -1334,9 +1334,9 @@ msgstr "Analysiere und Lade Protokolle. Dies kann eine Weile dauern."
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Diese Spalte zeigt die Anzahl der identischen Abfragen an, die gruppiert "
|
||||
"wurden. Dennoch wird nur der SQL-Text verglichen, daher kann die Angabe von "
|
||||
@ -1362,7 +1362,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Springe zur Protokoll-Tabelle"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
"Protokoll wurde analysiert, es wurden jedoch keine Daten im angegebenen "
|
||||
"Zeitraum gefunden."
|
||||
@ -1384,7 +1386,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10015,14 +10017,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "Einführung zur Überwachung"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"Die phpMyAdmin-Überwachung kann Sie bei der Server-Konfiguration, und auch "
|
||||
"beim Aufspühren von zeitintensiven Abfragen unterstützen. Für das Letztere "
|
||||
@ -10031,19 +10040,29 @@ msgstr ""
|
||||
"general_log viele Daten produzieren und die Serverauslastung um bis zu 15% "
|
||||
"erhöhen kann."
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Using the monitor:</b><br/>\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"
|
||||
#| " <p>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.</p>"
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
"<b>Verwendung der Überwachung:</b><br />\n"
|
||||
"OK, Sie sind bereit zum Starten! Sobald Sie 'Überwachung starten' angeklickt "
|
||||
@ -10058,15 +10077,22 @@ msgstr ""
|
||||
"Statistiken aus den Protokollen laden um Sie bei der Auffindung der \n"
|
||||
"Aktivitätsspitze zu unterstützen.</p>"
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Please note:</b>\n"
|
||||
#| " Enabling the general_log may increase the server load by 5-15%. "
|
||||
#| "Also be aware that generating statistics from the logs is a\n"
|
||||
#| " 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.\n"
|
||||
#| " "
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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 ""
|
||||
"<b>Bitte beachten Sie:</b>\n"
|
||||
"Das Aktivieren des general_log kann die Serverlast um 5-15% steigern. Seien "
|
||||
@ -10075,79 +10101,79 @@ msgstr ""
|
||||
"Zeitraum auszuwählen.\n"
|
||||
" "
|
||||
|
||||
#: server_status.php:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "CPU-Auslastung"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Speicher-Auslastung"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Auslagerungsdatei-Nutzung"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Status Variable(n)"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Serie auswählen:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Allgemein-überwacht"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "oder Variablen-Namen eingeben:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Den Wert als Unterschied zeigen"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Divisor hinzufügen"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Einheiten an Datenwerte anfügen."
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Diese Serie hinzufügen"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Serien löschen"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Serien im Schaubild"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Lade Protokolle"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Protokoll Statistik"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Ausgewählte Zeit-Spanne:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10155,20 +10181,20 @@ msgstr ""
|
||||
"<p>Bitte wählen Sie das log aus, von dem Statistiken generiert werden "
|
||||
"sollen</p> Ergebnisse sind nach Abfrage-Text zusammengefasst."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Abfrageart"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d Sekunde"
|
||||
msgstr[1] "%d Sekunden"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10758,31 +10784,31 @@ msgstr "Gestapelt"
|
||||
msgid "Chart title"
|
||||
msgstr "Titel des Reports"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "X-Achse:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Reihe:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Die verbleibenden Spalten"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Beschriftung X-Achse:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "X-Werte"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Beschriftung Y-Achse:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Y-Werte"
|
||||
|
||||
|
||||
158
po/el.po
158
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-26 18:41+0200\n"
|
||||
"Last-Translator: Panagiotis Papazoglou <papaz_p@yahoo.com>\n"
|
||||
"Language-Team: greek <el@li.org>\n"
|
||||
@ -1148,11 +1148,11 @@ msgstr "Μνήμη συστήματος"
|
||||
msgid "System swap"
|
||||
msgstr "Αδράνεια συστήματος"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1193,7 +1193,7 @@ msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στι
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Καμία"
|
||||
|
||||
@ -1295,7 +1295,7 @@ msgstr "Αλλαγή ρυθμίσεων"
|
||||
msgid "Current settings"
|
||||
msgstr "Τρέχουσες ρυθμίσεις"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Τίτλος Διαγράμματος"
|
||||
|
||||
@ -1328,9 +1328,9 @@ msgstr "Ανάλυση & φόρτωση καταγραφών. Αυτό ίσως
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Αυτές οι στήλες δείχνουν τον αριθμό των μοναδικών ερωτημάτων που "
|
||||
"ομαδοποιήθηκαν. Ωστόσο, μόνο το Κείμενο SQL συγκρίνεται έτσι οι ιδιότητες "
|
||||
@ -1356,7 +1356,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Μετάβαση στον πίνακα Καταγραφής"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
"Η καταγραφή αναλύθηκε αλλά δεν βρέθηκαν δεδομένα σε αυτή την επέκταση χρόνου."
|
||||
|
||||
@ -1375,7 +1377,9 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr "Φιλτράρισμα ερωτημάτων ανά λέξη/κανονική έκφραση:"
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
#, fuzzy
|
||||
#| msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
"Ομαδοποίηση ερωτημάτων, αγνοώντας τα δεδομένα μεταβλητής στις δηλώσεις WHERE"
|
||||
|
||||
@ -10022,14 +10026,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "Οδηγίες Εποπτείας"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"Η Εποπτεία phpMyAdmin μπορεί να σας βοηθήσει να βελτιστοποιήσετε τη ρύθμιση "
|
||||
"του διακομιστή και να καταγράφει χρονοβόρα\n"
|
||||
@ -10039,19 +10050,29 @@ msgstr ""
|
||||
"general_log παράγει πολλά δεδομένα και αυξάνει τη χρήση πόρων του διακομιστή "
|
||||
"μέχρι και 15%"
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Using the monitor:</b><br/>\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"
|
||||
#| " <p>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.</p>"
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
"<b>Χρήση της εποπτείας:</b><br/>\n"
|
||||
" Εντάξει, είστε έτοιμοι! Μόλις πατήσετε το «Έναρξη εποπτείας» ο "
|
||||
@ -10067,15 +10088,22 @@ msgstr ""
|
||||
"βρείτε τι προκάλεσε αυτή\n"
|
||||
" την έντονη δραστηριότητα.</p>"
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Please note:</b>\n"
|
||||
#| " Enabling the general_log may increase the server load by 5-15%. "
|
||||
#| "Also be aware that generating statistics from the logs is a\n"
|
||||
#| " 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.\n"
|
||||
#| " "
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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 ""
|
||||
"<b>Σημειώστε:</b>\n"
|
||||
" Η ενεργοποίηση του general_log μπορεί να αυξήσει τη χρήση των πόρων "
|
||||
@ -10085,81 +10113,81 @@ msgstr ""
|
||||
"απενεργοποιήσετε το general_log και να αδειάσετε τον πίνακά του μόλις η "
|
||||
"εποπτεία δεν είναι πλέον απαραίτητη. "
|
||||
|
||||
#: server_status.php:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "Χρήση Επεξεργαστή"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Χρήση Μνήμης"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Χρήση Αδράνειας"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Μεταβλητή(ές) κατάστασης"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Επιλογή σειρών:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Συχνά εποπτευόμενα"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "ή όνομα τύπου μεταβλητής"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Προβολή ως διαφορική τιμή"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Εφαρμογή διαιρέτη"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Προσάρτηση μονάδας στις τιμές δεδομένων"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Προσθήκη αυτής της σειράς"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Εκκαθάριση σειράς"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Σειρά σε Διάγραμμα:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Φόρτωση καταγραφών"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Στατιστικά καταγραφών"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Επιλεγμένο εύρος χρόνου:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr "Λήψη μόνο των δηλώσεων SELECT,INSERT,UPDATE και DELETE"
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
"Απομάκρυνση δεδομένων μεταβλητών στις δηλώσεις INSERT για καλύτερη "
|
||||
"ομαδοποιήση"
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10167,18 +10195,18 @@ msgstr ""
|
||||
"<p>Επιλέξτε από ποια καταγραφή θέλετε να προκύψουν τα στατιστικά.</p> Τα "
|
||||
"αποτελέσματα ομοδοποιούνται ανά κείμενο ερωτήματος."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr "Αναλυτής ερωτήματος"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d δευτερόλεπτο"
|
||||
msgstr[1] "%d δευτερόλεπτο"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10773,31 +10801,31 @@ msgstr "Σταθεροποιημένο"
|
||||
msgid "Chart title"
|
||||
msgstr "Τίτλος διαγράμματος"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Άξονας Χ:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Σειρές:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Οι απομένουσες στήλες"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Ετικέτα άξονα Χ:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Τιμές Χ"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Ετικέτα άξονα Υ:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Τιμές Υ"
|
||||
|
||||
|
||||
123
po/en_GB.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-24 20:54+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: english-gb <en_GB@li.org>\n"
|
||||
@ -1140,11 +1140,11 @@ msgstr "System memory"
|
||||
msgid "System swap"
|
||||
msgstr "System swap"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1185,7 +1185,7 @@ msgstr "Please add at least one variable to the series"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "None"
|
||||
|
||||
@ -1285,7 +1285,7 @@ msgstr "Change settings"
|
||||
msgid "Current settings"
|
||||
msgstr "Current settings"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Chart Title"
|
||||
|
||||
@ -1313,9 +1313,9 @@ msgstr "Analysing & loading logs. This may take a while."
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1336,7 +1336,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Jump to database"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1356,7 +1356,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9847,133 +9847,126 @@ msgstr "Introduction"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Usage"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
#, fuzzy
|
||||
#| msgid "2. Usage"
|
||||
msgid "Memory Usage"
|
||||
msgstr "2. Usage"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Usage"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "All status variables"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "All status variables"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Select Tables"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "You must provide a valid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "You must provide a valid table name"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add trigger"
|
||||
msgid "Add this series"
|
||||
msgstr "Add trigger"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "Series:"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Series:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Loading"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Show statistics"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Selected time range:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -9981,20 +9974,20 @@ msgstr ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Query type"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d second"
|
||||
msgstr[1] "%d seconds"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10567,31 +10560,31 @@ msgstr "Stacked"
|
||||
msgid "Chart title"
|
||||
msgstr "Chart title"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "X-Axis:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Series:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "The remaining columns"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X-Axis label:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "X Values"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y-Axis label:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Y Values"
|
||||
|
||||
|
||||
158
po/es.po
158
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-27 16:54+0200\n"
|
||||
"Last-Translator: Matías Bellone <matiasbellone@gmail.com>\n"
|
||||
"Language-Team: spanish <es@li.org>\n"
|
||||
@ -1153,11 +1153,11 @@ msgstr "Memoria de sistema"
|
||||
msgid "System swap"
|
||||
msgstr "Intercambio de sistema"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1199,7 +1199,7 @@ msgstr "Por favor agregue al menos una variable a la serie"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Ninguna"
|
||||
|
||||
@ -1299,7 +1299,7 @@ msgstr "Cambiar configuraciones"
|
||||
msgid "Current settings"
|
||||
msgstr "Configuraciones actuales"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Título del gráfico"
|
||||
|
||||
@ -1332,9 +1332,9 @@ msgstr "Analizando y cargando registros. Esto puede demorar."
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Esta columna muestra la cantidad de consultas idénticas que fueron "
|
||||
"agrupadas. Sin embargo, sólo el texto SQL es comparado, por lo que los demás "
|
||||
@ -1360,7 +1360,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Saltar a la tabla de registros"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
"Registros analizados, pero no se encontraron datos en este período de tiempo."
|
||||
|
||||
@ -1379,7 +1381,9 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr "Filtrar consultas por palabra/expresión regular:"
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
#, fuzzy
|
||||
#| msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr "Agrupar consultas, ignorando datos variables en sentencias WHERE"
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10057,14 +10061,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "Instrucciones de monitorización"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"El monitorizador de phpMyAdmin puede asistir en la optimización de la "
|
||||
"configuración del servidor y rastrear consultas que toman mucho tiempo. Para "
|
||||
@ -10072,19 +10083,29 @@ msgstr ""
|
||||
"activado «slow_query_log» o «general_log». Note, sin embargo, que «general_log» "
|
||||
"produce mucha información y aumenta la carga en el servidor hasta en un 15%"
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Using the monitor:</b><br/>\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"
|
||||
#| " <p>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.</p>"
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
"<b>Utilizando el monitorizador:</b><br />\n"
|
||||
"¡Ya estás listo! Una vez que pulses en 'Iniciar monitorización' el navegador "
|
||||
@ -10097,15 +10118,22 @@ msgstr ""
|
||||
"arrastrando sobre el gráfico. Esto cargará las estadísticas de los "
|
||||
"registros, lo que lo ayudará a encontrar la causa del pico de actividad.</p>"
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Please note:</b>\n"
|
||||
#| " Enabling the general_log may increase the server load by 5-15%. "
|
||||
#| "Also be aware that generating statistics from the logs is a\n"
|
||||
#| " 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.\n"
|
||||
#| " "
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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 ""
|
||||
"<b>Notar que:</b>\n"
|
||||
"Activar «general_log» puede aumentar la carga en el servidor hasta un 5-15%. "
|
||||
@ -10115,79 +10143,79 @@ msgstr ""
|
||||
"que ya no se necesite monitorizar.\n"
|
||||
" "
|
||||
|
||||
#: server_status.php:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "Uso de CPU"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Uso de memoria"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Uso del área de intercambio"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Variable(s) de estado"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Seleccionar serie:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Monitorizaciones comunes"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "o ingrese el nombre de variable:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Mostrar como un valor diferencial"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Aplicar una división"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Agregar unidad a los valores"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Agregar esta serie"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Vaciar serie"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Series en el gráfico:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Cargando registros"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Estadísticas de registros"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Rango de tiempo seleccionado:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr "Sólo recuperar sentencias SELECT, INSERT, UPDATE y DELETE"
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr "Eliminar datos variables en sentencias INSERT para mejor agrupación"
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10195,18 +10223,18 @@ msgstr ""
|
||||
"<p>Elegir el registro del que deseagenerar estadísticas.</p> Los resultados "
|
||||
"se agruparán por el texto de la consulta."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr "Analizador de consultas"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d segundo"
|
||||
msgstr[1] "%d segundos"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10793,31 +10821,31 @@ msgstr "Apiladas"
|
||||
msgid "Chart title"
|
||||
msgstr "Título del gráfico"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Eje X:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Series:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Columnas restantes"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Etiqueta del eje X:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Valores X"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Etiqueta del eje Y:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Valores Y"
|
||||
|
||||
|
||||
123
po/et.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: estonian <et@li.org>\n"
|
||||
@ -1198,11 +1198,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1248,7 +1248,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Pole"
|
||||
|
||||
@ -1348,7 +1348,7 @@ msgstr "Peamised seoste võimalused"
|
||||
msgid "Current settings"
|
||||
msgstr "Peamised seoste võimalused"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1378,9 +1378,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1400,7 +1400,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Pole andmebaase"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1420,7 +1420,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10161,139 +10161,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Kasutus"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Kasutus"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Vali tabelid"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Vigane tabeli nimi"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Lisa uus kasutaja"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-päring"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokaalne"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Rea statistika"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Märgista kõik"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Päringu tüüp"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10301,7 +10294,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "sekundis"
|
||||
msgstr[1] "sekundis"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10851,36 +10844,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Raporti pealkiri"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL-päring"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Lisa/Kustuta välja veerud"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Väärtus"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/eu.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:53+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: basque <eu@li.org>\n"
|
||||
@ -1185,11 +1185,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1234,7 +1234,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Batez"
|
||||
|
||||
@ -1334,7 +1334,7 @@ msgstr "Erlazioen ezaaugarri orokorrak"
|
||||
msgid "Current settings"
|
||||
msgstr "Erlazioen ezaaugarri orokorrak"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1364,9 +1364,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1386,7 +1386,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Datu-baserik ez"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1404,7 +1404,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9906,137 +9906,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Erabilpena"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Erabilpena"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Taulak hautatu"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Erabiltzaile berria gehitu"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL kontsulta"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokal"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Errenkadaren estatistikak"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Taulak hautatu"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Kontsulta mota"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10044,7 +10037,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "segunduko"
|
||||
msgstr[1] "segunduko"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10586,36 +10579,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Fitxategiak inportatu"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL kontsulta"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Gehitu/ezabatu irizpide-zutabea"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "balioa"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/fa.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-05-19 03:54+0200\n"
|
||||
"Last-Translator: <ahmad_usa2007@yahoo.com>\n"
|
||||
"Language-Team: persian <fa@li.org>\n"
|
||||
@ -1152,11 +1152,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "مگا بايت"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "كيلوبايت"
|
||||
|
||||
@ -1202,7 +1202,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "خير"
|
||||
|
||||
@ -1301,7 +1301,7 @@ msgstr "تغيير"
|
||||
msgid "Current settings"
|
||||
msgstr "پرس و جوي SQL"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
msgid "Chart Title"
|
||||
msgstr "No tables"
|
||||
@ -1330,9 +1330,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1352,7 +1352,7 @@ msgid "Jump to Log table"
|
||||
msgstr "No databases"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1370,7 +1370,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9675,144 +9675,137 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "استفاده"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "استفاده"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Select Tables"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "افزودن يك كاربر جديد"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "پرس و جوي SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "محلی"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "آمار سطرها"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Select Tables"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query"
|
||||
msgid "Query analyzer"
|
||||
msgstr "پرس و جو"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] " ثانیه"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10350,36 +10343,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "No tables"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "پرس و جوي SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "اضافه يا حذف ستونها"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "مقدار"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/fi.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-11-26 21:29+0200\n"
|
||||
"Last-Translator: <asdfsdf@asdfasdfasdf.com>\n"
|
||||
"Language-Team: finnish <fi@li.org>\n"
|
||||
@ -1165,11 +1165,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "Mt"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "kt"
|
||||
|
||||
@ -1216,7 +1216,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Ei mitään"
|
||||
|
||||
@ -1316,7 +1316,7 @@ msgstr "Muut ydinasetukset"
|
||||
msgid "Current settings"
|
||||
msgstr "asetukset"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1348,9 +1348,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1371,7 +1371,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Siirry tietokantaan"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1391,7 +1391,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10386,145 +10386,138 @@ msgstr "Tiedot"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Käyttö"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Käyttö"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Näytä alipalvelimen tilan taulu"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Valitse taulut"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Virheellinen taulun nimi"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Lisää uusi palvelin"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-kyselyt"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Lataa"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Näytä tilastot"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Valitse taulut"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Kyselyn tyyppi"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10532,7 +10525,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Sekunti"
|
||||
msgstr[1] "Sekunti"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -11189,37 +11182,37 @@ msgstr "Pakattu"
|
||||
msgid "Chart title"
|
||||
msgstr "Raportin otsikko"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL-kyselyt"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "CHAR textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "CHAR-tekstikentän sarakkeet"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Arvo"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/fr.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-16 14:57+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: french <fr@li.org>\n"
|
||||
@ -1155,11 +1155,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "Mio"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "Kio"
|
||||
|
||||
@ -1206,7 +1206,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Aucune"
|
||||
|
||||
@ -1306,7 +1306,7 @@ msgstr "Gérer vos paramètres"
|
||||
msgid "Current settings"
|
||||
msgstr "Plus de paramètres"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Chart title"
|
||||
msgid "Chart Title"
|
||||
@ -1338,9 +1338,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1361,7 +1361,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Aller à la base de données"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1381,7 +1381,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10000,154 +10000,147 @@ msgstr "Introduction"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Espace"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
#, fuzzy
|
||||
#| msgid "2. Usage"
|
||||
msgid "Memory Usage"
|
||||
msgstr "2. Utilisation"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Espace"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "All status variables"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Toutes les variables d'état"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Choisissez les tables"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "You must provide a valid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Vous devez fournir un nom de table valable"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add trigger"
|
||||
msgid "Add this series"
|
||||
msgstr "Ajouter un déclencheur"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "Series:"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Séries:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Chargement en cours"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Afficher les statistiques"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Choisissez la page"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Type de requête"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d seconde"
|
||||
msgstr[1] "%d secondes"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10729,31 +10722,31 @@ msgstr "En piles"
|
||||
msgid "Chart title"
|
||||
msgstr "Titre du graphique"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Axe des X"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Séries:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Les colonnes restantes"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Étiquette pour l'axe des X"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Valeurs en X"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Étiquette pour l'axe des Y"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Valeurs en Y"
|
||||
|
||||
|
||||
123
po/gl.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:50+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: galician <gl@li.org>\n"
|
||||
@ -1202,11 +1202,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1255,7 +1255,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Ningunha"
|
||||
|
||||
@ -1355,7 +1355,7 @@ msgstr "Outras opcións principais"
|
||||
msgid "Current settings"
|
||||
msgstr "opcións"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1387,9 +1387,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1410,7 +1410,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Ir á base de datos"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1430,7 +1430,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10628,145 +10628,138 @@ msgstr "Información"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Uso"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Uso"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Ver a táboa de estado do escravo"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Seleccionar táboas"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Non se admite este nome de táboa."
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Engadir un servidor novo"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Solicitudes SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Load"
|
||||
msgid "Loading logs"
|
||||
msgstr "Cargar"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Mostrar as estatísticas"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Seleccionar táboas"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tipo de procura"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10774,7 +10767,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "por segundo"
|
||||
msgstr[1] "por segundo"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -11436,37 +11429,37 @@ msgstr "Empaquetado"
|
||||
msgid "Chart title"
|
||||
msgstr "Título do informe"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "Solicitudes SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "CHAR textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Columnas de área de texto de CHAR"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Valor"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/he.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-03-02 20:17+0200\n"
|
||||
"Last-Translator: <zippoxer@gmail.com>\n"
|
||||
"Language-Team: hebrew <he@li.org>\n"
|
||||
@ -1174,11 +1174,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1224,7 +1224,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "ללא"
|
||||
|
||||
@ -1324,7 +1324,7 @@ msgstr "תכונות קשר כלליות"
|
||||
msgid "Current settings"
|
||||
msgstr "תכונות קשר כלליות"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1354,9 +1354,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1376,7 +1376,7 @@ msgid "Jump to Log table"
|
||||
msgstr "אין מאגרי נתונים"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1394,7 +1394,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9823,137 +9823,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "שימוש"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "שימוש"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "בחירת טבלאות"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "הוספת משתמש חדש"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "שאילתת SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "מקומי"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "סטטיסטיקת שורה"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "בחירת הכל"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "סוג שאילתה"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -9961,7 +9954,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "לשנייה"
|
||||
msgstr[1] "לשנייה"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10505,36 +10498,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "קבצי ייבוא"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "שאילתת SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "הוספת/מחיקת עמודות שדה"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "ערך"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/hi.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-24 19:04+0200\n"
|
||||
"Last-Translator: <deadefy@nepalimail.com>\n"
|
||||
"Language-Team: hindi <hi@li.org>\n"
|
||||
@ -1146,11 +1146,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1199,7 +1199,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "कोई नहीं"
|
||||
|
||||
@ -1299,7 +1299,7 @@ msgstr "सेटिंग्स प्रबंधक"
|
||||
msgid "Current settings"
|
||||
msgstr "अधिक सेटिंग्स"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Default title"
|
||||
msgid "Chart Title"
|
||||
@ -1331,9 +1331,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1354,7 +1354,7 @@ msgid "Jump to Log table"
|
||||
msgstr "डेटाबेस को कूद"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1372,7 +1372,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9626,143 +9626,136 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "उपयोग"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "उपयोग"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr " टेबल चुनिये"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "अवैध टेबल नाम"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "एक नया सर्वर जोडें"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL क्वरी"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "लोड हो रहा है"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "आँकड़े दिखाएँ"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr " पेज चुनिये"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "क्वरी प्रकार"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9770,7 +9763,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "सेकंड"
|
||||
msgstr[1] "सेकंड"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10300,41 +10293,41 @@ msgstr "जमा"
|
||||
msgid "Chart title"
|
||||
msgstr "डिफ़ॉल्ट शीर्षक"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL क्वरी"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X Axis लेबल"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "मूल्य"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y Axis लेबल"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/hr.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:54+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: croatian <hr@li.org>\n"
|
||||
@ -1206,11 +1206,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "kB"
|
||||
|
||||
@ -1258,7 +1258,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "bez kompresije"
|
||||
|
||||
@ -1358,7 +1358,7 @@ msgstr "Opće osobine relacija"
|
||||
msgid "Current settings"
|
||||
msgstr "Opće osobine relacija"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1388,9 +1388,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1410,7 +1410,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Nema baza podataka"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1430,7 +1430,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10259,139 +10259,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Upotreba"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Upotreba"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Odaberite tablice"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Neispravan naziv tablice"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Dodaj novog korisnika"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL upit"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokalno"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistike redova"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Odaberite tablice"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Vrsta upita"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10400,7 +10393,7 @@ msgstr[0] "po sekundi"
|
||||
msgstr[1] "po sekundi"
|
||||
msgstr[2] "po sekundi"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10957,36 +10950,36 @@ msgstr "Pakirano"
|
||||
msgid "Chart title"
|
||||
msgstr "Naslov izvještaja"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL upit"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Dodaj/Izbriši stupce polja"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Vrijednost"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/hu.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-05-27 18:52+0200\n"
|
||||
"Last-Translator: <slygyor@gmail.com>\n"
|
||||
"Language-Team: hungarian <hu@li.org>\n"
|
||||
@ -1164,11 +1164,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1215,7 +1215,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nincs"
|
||||
|
||||
@ -1315,7 +1315,7 @@ msgstr "Egyéb alapbeállítások"
|
||||
msgid "Current settings"
|
||||
msgstr "Egyéb alapbeállítások"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1345,9 +1345,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1368,7 +1368,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Adatbázisra ugrás"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1388,7 +1388,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10249,143 +10249,136 @@ msgstr "Információ"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Méret"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Méret"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Táblák kiválasztása"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Érvénytelen táblanév"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Új szerver hozzáadása"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-lekérdezések"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Betöltés"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "A statisztika megjelenítése"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Táblák kiválasztása"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Lekérdezés típusa"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10393,7 +10386,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "másodperc"
|
||||
msgstr[1] "másodperc"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -11042,41 +11035,41 @@ msgstr "Halmozott"
|
||||
msgid "Chart title"
|
||||
msgstr "A jelentés címe"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL-lekérdezések"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Szövegterület oszlopai"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X tengely címkéje"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Érték"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y tengely címkéje"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/id.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-06-18 11:34+0200\n"
|
||||
"Last-Translator: <udin.mx@gmail.com>\n"
|
||||
"Language-Team: indonesian <id@li.org>\n"
|
||||
@ -1156,11 +1156,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1207,7 +1207,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "tanpa"
|
||||
|
||||
@ -1307,7 +1307,7 @@ msgstr "Ciri-ciri dari General Relation"
|
||||
msgid "Current settings"
|
||||
msgstr "Ciri-ciri dari General Relation"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1339,9 +1339,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1362,7 +1362,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Beralih ke database"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1380,7 +1380,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9914,147 +9914,140 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Penggunaan"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Penggunaan"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Pilih tabel"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Nama tabel tidak valid"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Menambahkan pengguna baru"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Pencarian SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Memproses"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistik Baris"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Pilih tabel"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tipe Pencarian"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "Detik"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10600,36 +10593,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Impor file"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "Pencarian SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Tambahkan/Hapus kolom"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Nilai"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
125
po/it.po
125
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-22 19:13+0200\n"
|
||||
"Last-Translator: Rouslan Placella <rouslan@placella.com>\n"
|
||||
"Language-Team: italian <it@li.org>\n"
|
||||
@ -1150,11 +1150,11 @@ msgstr "Memoria"
|
||||
msgid "System swap"
|
||||
msgstr "Swap"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1195,7 +1195,7 @@ msgstr "Aggiungi almeno una variabile alla serie"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nessuno"
|
||||
|
||||
@ -1299,7 +1299,7 @@ msgstr "Modifica impostazioni"
|
||||
msgid "Current settings"
|
||||
msgstr "Impostazioni attuali"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Titolo del diagramma"
|
||||
|
||||
@ -1334,9 +1334,9 @@ msgstr ""
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Questo campo mostra il numero di query identiche. Tuttavia solo il testo SQL "
|
||||
"é confrontato, quindi gli altro attributi delle query, come lo 'start time' "
|
||||
@ -1361,7 +1361,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Vai alla tabella di Log"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
"Il log é stato analizzato, nessun dato é stato trovato per questo intervallo "
|
||||
"di tempo."
|
||||
@ -1383,7 +1385,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10030,113 +10032,106 @@ msgstr "Istruzioni per monitoraggio"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "Utilizzo della CPU"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Utilizzo della memoria"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Utilizzo dello swap"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Variabili di stato"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Seleziona serie:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Monitorate di solito"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "or scrivi il nome di una variabile:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Visualizzare come valore differenziale"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Applica un divisore"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Aggiungi un unitá ai valori dei dati"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Aggiungi questa serie"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Cancella la serie"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Serie del grafico:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Caricamento dei log in corso"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Registra statistiche"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Intervallo di tempo selezionato:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10144,20 +10139,20 @@ msgstr ""
|
||||
"<p>Scegli il log dal quale generare le statistiche.</p> I risultati verranno "
|
||||
"raggruppati secondo il testo di query."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tipo di query"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d secondo"
|
||||
msgstr[1] "%d secondi"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10751,31 +10746,31 @@ msgstr "Sovrapposti"
|
||||
msgid "Chart title"
|
||||
msgstr "Titolo del grafico"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Asse X:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Serie:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "I campi rimanenti"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Etichetta per l'asse X:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Valori per asse X"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Etichetta per l'asse Y:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Valori per asse Y"
|
||||
|
||||
|
||||
132
po/ja.po
132
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-27 12:14+0200\n"
|
||||
"Last-Translator: Yuichiro <yuichiro@pop07.odn.ne.jp>\n"
|
||||
"Language-Team: japanese <jp@li.org>\n"
|
||||
@ -1142,11 +1142,11 @@ msgstr "システムメモリ"
|
||||
msgid "System swap"
|
||||
msgstr "システムスワップ"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1187,7 +1187,7 @@ msgstr "少なくとも1つの系列を追加してください"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "なし"
|
||||
|
||||
@ -1285,7 +1285,7 @@ msgstr "設定の変更"
|
||||
msgid "Current settings"
|
||||
msgstr "現在の設定"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "グラフの題名"
|
||||
|
||||
@ -1315,9 +1315,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1338,7 +1338,7 @@ msgid "Jump to Log table"
|
||||
msgstr "データベースに移動"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1356,7 +1356,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9818,14 +9818,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "はじめに"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"phpMyAdmin モニタは、サーバ構成の最適化を支援し、時間のかかるクエリを追跡する"
|
||||
"ことができます。後者の場合には、テーブルに log_output を設定し、"
|
||||
@ -9833,131 +9840,126 @@ msgstr ""
|
||||
"お、general_log を大量のデータを生成し、サーバの負荷を 15% 増加させますので、"
|
||||
"注意するようにしてください。"
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "CPU 使用状況"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "メモリ使用状況"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "スワップ状況"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "状態変数"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "系列の選択:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "You must provide a valid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "有効なテーブル名を指定してください"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "差分値として表示する"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "除数を適用する"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "データ値に単位を追加する"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "この系列を追加する"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "系列をクリアする"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "グラフの系列"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "読み込み中"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "統計を表示する"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "ページを選択してください"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "クエリ種別"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d 秒"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10534,33 +10536,33 @@ msgstr "積み上げ形式"
|
||||
msgid "Chart title"
|
||||
msgstr "グラフの題名"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "横軸:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "系列:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "textarea の 1 行の文字数"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "横軸のラベル:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "横軸の値"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "縦軸のラベル:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "縦軸の値"
|
||||
|
||||
|
||||
123
po/ka.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:14+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: georgian <ka@li.org>\n"
|
||||
@ -1202,11 +1202,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1254,7 +1254,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "არაა"
|
||||
|
||||
@ -1354,7 +1354,7 @@ msgstr "Other core settings"
|
||||
msgid "Current settings"
|
||||
msgstr "Other core settings"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1384,9 +1384,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1406,7 +1406,7 @@ msgid "Jump to Log table"
|
||||
msgstr "მონაცემთა ბაზები არაა"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1426,7 +1426,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10475,143 +10475,136 @@ msgstr "ინფორმაცია"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "გამოყენება"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "გამოყენება"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "ცხრილების არჩევა"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "ცხრილის არასწორი სახელი"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "ახალი სერვერის დამატება"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL მოთხოვნები"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Load"
|
||||
msgid "Loading logs"
|
||||
msgstr "ჩატვირთვა"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "სტატისტიკის ჩევნება"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "ყველას მონიშნვა"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "მოთხოვნის ტიპი"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10619,7 +10612,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "წამში"
|
||||
msgstr[1] "წამში"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -11273,37 +11266,37 @@ msgstr "შეკუმშული"
|
||||
msgid "Chart title"
|
||||
msgstr "Report title"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL მოთხოვნები"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "CHAR textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "CHAR textarea columns"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "მნიშვნელობა"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ko.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-06-16 18:18+0200\n"
|
||||
"Last-Translator: <cihar@nvyu.net>\n"
|
||||
"Language-Team: korean <ko@li.org>\n"
|
||||
@ -1172,11 +1172,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1222,7 +1222,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "없음"
|
||||
|
||||
@ -1322,7 +1322,7 @@ msgstr "변경"
|
||||
msgid "Current settings"
|
||||
msgstr "연결 수"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1352,9 +1352,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1374,7 +1374,7 @@ msgid "Jump to Log table"
|
||||
msgstr "데이터베이스가 없습니다"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1392,7 +1392,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9719,142 +9719,135 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "사용법(량)"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "사용법(량)"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
msgid "Select series:"
|
||||
msgstr "모두 선택"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "새 사용자 추가"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL 질의"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Local"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "행(레코드) 통계"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
msgid "Selected time range:"
|
||||
msgstr "모두 선택"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "질의 종류"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "초"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10396,36 +10389,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "파일 가져오기"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL 질의"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "컬럼 추가/삭제"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "값"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/lt.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-04-05 15:52+0200\n"
|
||||
"Last-Translator: Kęstutis <forkik@gmail.com>\n"
|
||||
"Language-Team: lithuanian <lt@li.org>\n"
|
||||
@ -1171,11 +1171,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1222,7 +1222,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Ne"
|
||||
|
||||
@ -1322,7 +1322,7 @@ msgstr "Keiskite savo nustatymus"
|
||||
msgid "Current settings"
|
||||
msgstr "Daugiau nustatymų"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title:"
|
||||
msgid "Chart Title"
|
||||
@ -1354,9 +1354,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1377,7 +1377,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Eiti į duomenų bazę"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1397,7 +1397,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9939,145 +9939,138 @@ msgstr "Įvadas"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Išnaudota"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Išnaudota"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Peržiūrėti pavaldžiojo serverio būklės lentelę"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Pasirinkite lenteles"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Neteisingas lentelės vardas"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Pridėti naują serverį"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL užklausos"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Įkeliama"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Rodyti statistika"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Pasirinkite puslapį"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Užklausos tipas"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10086,7 +10079,7 @@ msgstr[0] "Sekundės"
|
||||
msgstr[1] "Sekundės"
|
||||
msgstr[2] "Sekundės"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10697,41 +10690,41 @@ msgstr "Suspausta"
|
||||
msgid "Chart title"
|
||||
msgstr "Ataskaitos antraštė:"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL užklausos"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Textarea laukeliai"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X ašies etiketė"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Reikšmė"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y ašies etiketė"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/lv.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:16+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: latvian <lv@li.org>\n"
|
||||
@ -1183,11 +1183,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1233,7 +1233,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nav"
|
||||
|
||||
@ -1333,7 +1333,7 @@ msgstr "Galvenās relāciju īpašības"
|
||||
msgid "Current settings"
|
||||
msgstr "Galvenās relāciju īpašības"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1363,9 +1363,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1385,7 +1385,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Nav datubāzu"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1403,7 +1403,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9925,137 +9925,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Aizņem"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Aizņem"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Izvēlieties tabulas"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Pievienot jaunu lietotāju"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL vaicājums"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokāls"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Rindas statistika"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Iezīmēt visu"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Vaicājuma tips"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10063,7 +10056,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "sekundē"
|
||||
msgstr[1] "sekundē"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10607,36 +10600,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Importēt failus"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL vaicājums"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Pievienot/Dzēst laukus (kolonnas)"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Vērtība"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/mk.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-05-19 17:04+0200\n"
|
||||
"Last-Translator: <sjanevski@gmail.com>\n"
|
||||
"Language-Team: macedonian_cyrillic <mk@li.org>\n"
|
||||
@ -1177,11 +1177,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1227,7 +1227,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "нема"
|
||||
|
||||
@ -1327,7 +1327,7 @@ msgstr "Општи особини на релациите"
|
||||
msgid "Current settings"
|
||||
msgstr "Општи особини на релациите"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1357,9 +1357,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1379,7 +1379,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Базата на податоци не постои"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1397,7 +1397,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9989,137 +9989,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Големина"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Големина"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Избери табели"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Додади нов корисник"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL упит"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Локален"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Статистики за записите"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "избери се"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Вид на упит"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10127,7 +10120,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "во секунда"
|
||||
msgstr[1] "во секунда"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10675,36 +10668,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Увоз на податотека"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL упит"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Додади/избриши колона"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Вредност"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ml.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-02-10 14:03+0100\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: Malayalam <ml@li.org>\n"
|
||||
@ -1120,11 +1120,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr ""
|
||||
|
||||
@ -1165,7 +1165,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@ -1258,7 +1258,7 @@ msgstr ""
|
||||
msgid "Current settings"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr ""
|
||||
|
||||
@ -1286,9 +1286,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1307,7 +1307,7 @@ msgid "Jump to Log table"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1325,7 +1325,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9205,130 +9205,123 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -9851,31 +9844,31 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr ""
|
||||
|
||||
|
||||
123
po/mn.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: mongolian <mn@li.org>\n"
|
||||
@ -1178,11 +1178,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "кБ"
|
||||
|
||||
@ -1229,7 +1229,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Байхгүй"
|
||||
|
||||
@ -1329,7 +1329,7 @@ msgstr "Ерөнхий хамаатай онцлог"
|
||||
msgid "Current settings"
|
||||
msgstr "Ерөнхий хамаатай онцлог"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1359,9 +1359,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1382,7 +1382,7 @@ msgid "Jump to Log table"
|
||||
msgstr "ӨС байхгүй"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1400,7 +1400,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10002,141 +10002,134 @@ msgstr "Мэдээлэл"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Ашиглалт"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Ашиглалт"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Хүснэгтүүд сонго"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Хүснэгтийн буруу нэр"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new User"
|
||||
msgid "Add this series"
|
||||
msgstr "Шинэ хэрэглэгч нэмэх"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Reload privileges"
|
||||
msgid "Loading logs"
|
||||
msgstr "Онцгой эрхүүдийг дахин дуудах"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Row Statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Мөрийн статистик"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Бүгдийг сонгох"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Асуултын төрөл"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10144,7 +10137,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "секундэд"
|
||||
msgstr[1] "секундэд"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10686,35 +10679,35 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Тайлангийн гарчиг"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Багана нэмэх/устгах"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Утга"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ms.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-03-12 09:17+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: malay <ms@li.org>\n"
|
||||
@ -1176,11 +1176,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1225,7 +1225,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Tiada"
|
||||
|
||||
@ -1325,7 +1325,7 @@ msgstr "Ciri-ciri hubungan am"
|
||||
msgid "Current settings"
|
||||
msgstr "Ciri-ciri hubungan am"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
msgid "Chart Title"
|
||||
msgstr "Tiada Jadual"
|
||||
@ -1354,9 +1354,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1376,7 +1376,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Tiada pangkalan data"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1394,7 +1394,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9749,137 +9749,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Penggunaan"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Penggunaan"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Pilih Jadual"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Tambah Pengguna Baru"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "kueri-SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Local"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistik Baris"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Sila pilih pangkalan data"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Jenis Kueri"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Records"
|
||||
msgid "%d second"
|
||||
@ -9887,7 +9880,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Rekod"
|
||||
msgstr[1] "Rekod"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10429,36 +10422,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Tiada Jadual"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "kueri-SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Tambah/Padam Kolum Medan"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Nilai"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/nb.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-03-07 11:21+0200\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: norwegian <no@li.org>\n"
|
||||
@ -1167,11 +1167,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1218,7 +1218,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Ingen"
|
||||
|
||||
@ -1318,7 +1318,7 @@ msgstr "Endre dine innstillinger"
|
||||
msgid "Current settings"
|
||||
msgstr "Flere innstillinger"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1350,9 +1350,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1373,7 +1373,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Gå til database"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1393,7 +1393,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10148,145 +10148,138 @@ msgstr "Informasjon"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Bruk"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Bruk"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Se slavestatustabell"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Velg tabeller"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Ugylding tabellnavn"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Legg til en ny tjener"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL spørringer"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Laster"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Vis statistikk"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Velg side"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Spørringstype"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10294,7 +10287,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Sekund"
|
||||
msgstr[1] "Sekund"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10942,37 +10935,37 @@ msgstr "Pakket"
|
||||
msgid "Chart title"
|
||||
msgstr "Rapporttittel"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL spørringer"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "CHAR textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "CHAR textarea kolonner"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Verdi"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/nl.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-06-04 15:19+0200\n"
|
||||
"Last-Translator: Dieter Adriaenssens <ruleant@users.sourceforge.net>\n"
|
||||
"Language-Team: dutch <nl@li.org>\n"
|
||||
@ -1162,11 +1162,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1213,7 +1213,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
@ -1313,7 +1313,7 @@ msgstr "Beheer uw instellingen"
|
||||
msgid "Current settings"
|
||||
msgstr "Overige instellingen"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title:"
|
||||
msgid "Chart Title"
|
||||
@ -1345,9 +1345,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1368,7 +1368,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Ga naar database"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1388,7 +1388,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10126,145 +10126,138 @@ msgstr "Inleiding"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Gebruik"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Gebruik"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "All status variables"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "alle status variabelen"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Selecteer tabellen"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Ongeldige tabel naam"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Een server toevoegen"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-queries"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Laden"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Toon statistieken"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Selecteer pagina"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Query-type"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10272,7 +10265,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Seconde"
|
||||
msgstr[1] "Seconde"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10866,41 +10859,41 @@ msgstr "Opgestapeld"
|
||||
msgid "Chart title"
|
||||
msgstr "Report titel:"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL-queries"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Textarea kolommen"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X-as label"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Waarde"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y-as label"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
@ -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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1122,11 +1122,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr ""
|
||||
|
||||
@ -1167,7 +1167,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@ -1260,7 +1260,7 @@ msgstr ""
|
||||
msgid "Current settings"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr ""
|
||||
|
||||
@ -1288,9 +1288,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1309,7 +1309,7 @@ msgid "Jump to Log table"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1327,7 +1327,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9207,130 +9207,123 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, possible-php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, possible-php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -9853,31 +9846,31 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr ""
|
||||
|
||||
|
||||
123
po/pl.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-02-24 16:21+0200\n"
|
||||
"Last-Translator: Michal Čihař <michal@cihar.com>\n"
|
||||
"Language-Team: polish <pl@li.org>\n"
|
||||
@ -1177,11 +1177,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1230,7 +1230,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Brak"
|
||||
|
||||
@ -1330,7 +1330,7 @@ msgstr "Inne kluczowe ustawienia"
|
||||
msgid "Current settings"
|
||||
msgstr "Inne kluczowe ustawienia"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1362,9 +1362,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1385,7 +1385,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Przejdź do bazy danych"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1405,7 +1405,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10411,146 +10411,139 @@ msgstr "Wprowadzenie"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Wykorzystanie"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
#, fuzzy
|
||||
msgid "Memory Usage"
|
||||
msgstr "[2. Użycie]"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Wykorzystanie"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Zobacz status tabeli serwera podrzędnego"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Wybierz tabele"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Niewłaściwa nazwa tabeli"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Dodaj nowy serwer"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Zapytania SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Wczytywanie"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Pokaż statystyki"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Wybierz tabele"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Rodzaj zapytania"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10559,7 +10552,7 @@ msgstr[0] "Sekunda"
|
||||
msgstr[1] "Sekunda"
|
||||
msgstr[2] "Sekunda"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -11215,37 +11208,37 @@ msgstr "Spakowany"
|
||||
msgid "Chart title"
|
||||
msgstr "Tytuł raportu"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "Zapytania SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Dodaj/usuń pola"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Wartość"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/pt.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-03-26 03:23+0200\n"
|
||||
"Last-Translator: <efgpinto@gmail.com>\n"
|
||||
"Language-Team: portuguese <pt@li.org>\n"
|
||||
@ -1175,11 +1175,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1226,7 +1226,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
@ -1326,7 +1326,7 @@ msgstr "Características gerais de Relação"
|
||||
msgid "Current settings"
|
||||
msgstr "Características gerais de Relação"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
msgid "Chart Title"
|
||||
msgstr "Tipo de Exportação"
|
||||
@ -1355,9 +1355,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1377,7 +1377,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Sem bases de dados"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1397,7 +1397,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9838,138 +9838,131 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Utilização"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Utilização"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Seleccionar Tabelas"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Acrescenta um utilizador"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Comando SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Carregando"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Estatísticas dos registos"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Seleccionar Tabelas"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tipo de Query"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -9977,7 +9970,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "por segundo"
|
||||
msgstr[1] "por segundo"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10522,36 +10515,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Tipo de Exportação"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "Comando SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Adicionar/Remover Campos"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Valor"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/pt_BR.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-21 16:15+0200\n"
|
||||
"Last-Translator: <teunome@gmail.com>\n"
|
||||
"Language-Team: brazilian_portuguese <pt_BR@li.org>\n"
|
||||
@ -1149,11 +1149,11 @@ msgstr "Memória do sistema"
|
||||
msgid "System swap"
|
||||
msgstr "Swap do sistema"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1202,7 +1202,7 @@ msgstr "Por favor adicione ao menos uma variável a série"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nenhum"
|
||||
|
||||
@ -1313,7 +1313,7 @@ msgstr "Recursos de relações gerais"
|
||||
msgid "Current settings"
|
||||
msgstr "Recursos de relações gerais"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1343,9 +1343,9 @@ msgstr "Analisando e carregando logs. Isso pode demorar."
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1366,7 +1366,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Ir para banco de dados"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1386,7 +1386,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10016,145 +10016,138 @@ msgstr "1. Introdução"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Uso"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
#, fuzzy
|
||||
#| msgid "2. Usage"
|
||||
msgid "Memory Usage"
|
||||
msgstr "2. Utilização"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Uso"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Tabelas selecionadas"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Nome de tabela inválida"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Adicionar novo servidor"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Consultas SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Carregando"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Mostrar estatísticas"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Tabelas selecionadas"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tipo de consulta"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -10162,7 +10155,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "Segundo"
|
||||
msgstr[1] "Segundo"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10721,41 +10714,41 @@ msgstr "Pacote"
|
||||
msgid "Chart title"
|
||||
msgstr "Título do Relatório"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Eixo X"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "Consultas SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Adicionar/Remover colunas"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Rótulo do Eixo X"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Valor"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Rótulo do Eixo Y"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ro.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:28+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: romanian <ro@li.org>\n"
|
||||
@ -1206,11 +1206,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiO"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiO"
|
||||
|
||||
@ -1259,7 +1259,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Nici unul(a)"
|
||||
|
||||
@ -1359,7 +1359,7 @@ msgstr "Facilități generale"
|
||||
msgid "Current settings"
|
||||
msgstr "Facilități generale"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1389,9 +1389,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1411,7 +1411,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Nu sînt baze de date"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1431,7 +1431,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10272,140 +10272,133 @@ msgstr "Introducere"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Utilizare"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Utilizare"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Selectează tabele"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Denumire de tabel nevalidă"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Adaugă un server nou"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Comanda SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Local"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statisticile rîndului"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Selectează tabele"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Tip interogare"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10414,7 +10407,7 @@ msgstr[0] "pe secundă"
|
||||
msgstr[1] "pe secundă"
|
||||
msgstr[2] "pe secundă"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10972,36 +10965,36 @@ msgstr "Împachetat"
|
||||
msgid "Chart title"
|
||||
msgstr "Titlu raport"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "Comanda SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Adaugă/șterge coloane"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Valoare"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ru.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-03 19:50+0200\n"
|
||||
"Last-Translator: Victor Volkov <hanut@php-myadmin.ru>\n"
|
||||
"Language-Team: russian <ru@li.org>\n"
|
||||
@ -1153,11 +1153,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "КБ"
|
||||
|
||||
@ -1204,7 +1204,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Нет"
|
||||
|
||||
@ -1304,7 +1304,7 @@ msgstr "Пользовательские настройки"
|
||||
msgid "Current settings"
|
||||
msgstr "Дополнительные настройки"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Chart title"
|
||||
msgid "Chart Title"
|
||||
@ -1336,9 +1336,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1359,7 +1359,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Перейти к базе данных"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1379,7 +1379,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10082,145 +10082,138 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Использование"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Использование"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "All status variables"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Все переменные состояния"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Выберите таблицы"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "You must provide a routine name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Необходимо задать имя процедуры"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a trigger"
|
||||
msgid "Add this series"
|
||||
msgstr "Добавить триггер"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "Series:"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Серии:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Загрузка"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Показывать статистику"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Выберите страницу"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Тип запроса"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
@ -10228,7 +10221,7 @@ msgstr[0] "%d секунда"
|
||||
msgstr[1] "%d секунды"
|
||||
msgstr[2] "%d секунд"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10819,31 +10812,31 @@ msgstr "Уложенный"
|
||||
msgid "Chart title"
|
||||
msgstr "Заголовок графика"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Ось-X:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Серии:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Оставшиеся столбцы"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Подпись для оси X:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Значения X"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Подпись для оси Y:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Значения Y"
|
||||
|
||||
|
||||
123
po/si.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-06-04 15:35+0200\n"
|
||||
"Last-Translator: Madhura Jayaratne <madhura.cj@gmail.com>\n"
|
||||
"Language-Team: sinhala <si@li.org>\n"
|
||||
@ -1153,11 +1153,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1202,7 +1202,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "කිසිවක් නැත"
|
||||
|
||||
@ -1303,7 +1303,7 @@ msgstr "සිටුවම් පරිපාලනය"
|
||||
msgid "Current settings"
|
||||
msgstr "තවත් සිටුවම්"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title:"
|
||||
msgid "Chart Title"
|
||||
@ -1333,9 +1333,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1356,7 +1356,7 @@ msgid "Jump to Log table"
|
||||
msgstr "දත්තගබඩාව වෙත යන්න"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1376,7 +1376,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9841,144 +9841,137 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "භාවිතය"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "භාවිතය"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "slave තත්ව වගුව බලන්න"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "වගු තෝරන්න"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "වලංගු නොවන වගු නම"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "නව සේවාදායකයක් එක් කරන්න"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL විමසුම"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "පූරණය කෙරෙමින්"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "පේළි සංඛ්ය ලේඛන"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "වගු තෝරන්න"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "විමසුම් වර්ගය"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9986,7 +9979,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "තත්පර"
|
||||
msgstr[1] "තත්පර"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10531,41 +10524,41 @@ msgstr "ගොඩ ගසන ලද"
|
||||
msgid "Chart title"
|
||||
msgstr "වාර්තා මාතෘකාව:"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL විමසුම"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "ක්ෂේත්ර තීර එක් කරන්න/ඉවත් කරන්න"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X අක්ෂයේ ලේබලය"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "අගය"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y අක්ෂයේ ලේබලය"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/sk.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-27 15:32+0200\n"
|
||||
"Last-Translator: Martin Lacina <martin@whistler.sk>\n"
|
||||
"Language-Team: slovak <sk@li.org>\n"
|
||||
@ -1149,11 +1149,11 @@ msgstr "Systémová pamäť"
|
||||
msgid "System swap"
|
||||
msgstr "Stránkovacia oblasť"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Pridajte prosím aspoň jednu hodnotu do série"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Žiadny"
|
||||
|
||||
@ -1294,7 +1294,7 @@ msgstr "Spravovať svoje nastavenia"
|
||||
msgid "Current settings"
|
||||
msgstr "Ďalšie nastavenia"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Chart title"
|
||||
msgid "Chart Title"
|
||||
@ -1324,9 +1324,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1347,7 +1347,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Prejsť do databázy"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1367,7 +1367,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9843,142 +9843,135 @@ msgstr "Úvod"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Využitie"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Využitie"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Vybrať Tabuľky"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Chybné meno tabuľky"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Pridať nového používateľa"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "Series:"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Série:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Načítanie"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Zobraziť štatistiky"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Zvoliť stránku"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Typ dopytu"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9987,7 +9980,7 @@ msgstr[0] "Sekundy"
|
||||
msgstr[1] "Sekundy"
|
||||
msgstr[2] "Sekundy"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10524,35 +10517,35 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Názov grafu"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Série:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Stĺpce s textovou oblasťou"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Hodnota"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
156
po/sl.po
156
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-22 11:14+0200\n"
|
||||
"Last-Translator: Domen <dbc334@gmail.com>\n"
|
||||
"Language-Team: slovenian <sl@li.org>\n"
|
||||
@ -1149,11 +1149,11 @@ msgstr "Sistemski pomnilnik"
|
||||
msgid "System swap"
|
||||
msgstr "Sistemska izmenjava"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Prosimo, v serijo dodajte vsaj eno spremenljivko"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Brez"
|
||||
|
||||
@ -1298,7 +1298,7 @@ msgstr "Spremeni nastavitve"
|
||||
msgid "Current settings"
|
||||
msgstr "Trenutne nastavitve"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Naslov grafikona"
|
||||
|
||||
@ -1331,9 +1331,9 @@ msgstr "Analiziranje in nalaganje dnevnikov. To lahko traja nekaj časa."
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Stolpec prikazuje število identičnih poizvedb, ki so zbrane skupaj. "
|
||||
"Primerjano je samo besedilo SQL, zato se lahko drugi atributi poizvedb, npr. "
|
||||
@ -1358,7 +1358,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Pojdi v dnevniško tabelo"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
"Dnevnik je analiziran, vendar v tem časovnem razponu nisem našel podatkov."
|
||||
|
||||
@ -1379,7 +1381,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9899,14 +9901,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "Navodila nadziranja"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"Nadziranje phpMyAdmin vam lahko pomaga pri optimiziranju konfiguracije "
|
||||
"strežnika in izsleditvi časovno zahtevnih\n"
|
||||
@ -9915,19 +9924,29 @@ msgstr ""
|
||||
" general_log ustvari ogromno podatkov in poveča obremenitev strežnika "
|
||||
"do 15 %."
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Using the monitor:</b><br/>\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"
|
||||
#| " <p>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.</p>"
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
"<b>Uporaba nadziranja:</b><br/>\n"
|
||||
" V redu, pripravljeni ste! Ko kliknete 'Začni nadziranje', se bo vaš "
|
||||
@ -9942,15 +9961,22 @@ msgstr ""
|
||||
"statistike iz dnevnikov, kar vam bo pomagalo odkriti vzrok\n"
|
||||
" povečane dejavnosti.</p>"
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Please note:</b>\n"
|
||||
#| " Enabling the general_log may increase the server load by 5-15%. "
|
||||
#| "Also be aware that generating statistics from the logs is a\n"
|
||||
#| " 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.\n"
|
||||
#| " "
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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 ""
|
||||
"<b>Pomnite:</b>\n"
|
||||
" Omogočitev general_log lahko poveča obremenitev strežnika za 5–15 %. "
|
||||
@ -9960,79 +9986,79 @@ msgstr ""
|
||||
"ko nadziranja ne potrebujete več.\n"
|
||||
" "
|
||||
|
||||
#: server_status.php:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "Uporaba CPU"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Uporaba pomnilnika"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Uporaba izmenjevanja"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Spremenljivke stanja"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Izberite serije:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Pogosto nadzirano"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "ali vnesite ime spremenljivke:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Prikaži kot vrednost razlike"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Uporabi delitelja"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Pripni enoto k vrednostim podatkov"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Dodaj serijo"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Počisti serije"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Serije v grafikonu:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Dnevniki nalaganja"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistika dnevnikov"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Izbrano časovno območje:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10040,13 +10066,13 @@ msgstr ""
|
||||
"<p>Izberite dnevnike, iz katerih želite ustvariti statistiko.</p> Rezultati "
|
||||
"so zbrani po besedilu poizvedbe."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Vrsta poizvedbe"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
@ -10055,7 +10081,7 @@ msgstr[1] "%d sekundi"
|
||||
msgstr[2] "%d sekunde"
|
||||
msgstr[3] "%d sekund"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10635,31 +10661,31 @@ msgstr "Zloženi"
|
||||
msgid "Chart title"
|
||||
msgstr "Naslov grafikona"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "Os x:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Serije:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Preostali stolpci"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "Oznaka osi x:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "Vrednosti x"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Oznaka osi y:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Vrednosti y"
|
||||
|
||||
|
||||
123
po/sq.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-21 14:51+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: albanian <sq@li.org>\n"
|
||||
@ -1185,11 +1185,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1235,7 +1235,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Asnjë lloj"
|
||||
|
||||
@ -1335,7 +1335,7 @@ msgstr "Karakteristikat e përgjithshme të relacionit"
|
||||
msgid "Current settings"
|
||||
msgstr "Karakteristikat e përgjithshme të relacionit"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1365,9 +1365,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1387,7 +1387,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Asnjë databazë"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1405,7 +1405,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9923,137 +9923,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Përdorimi"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Përdorimi"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Zgjidh Tabelat"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Shto një përdorues të ri"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "query SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokal"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistikat e rreshtave"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Zgjidh Tabelat"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Lloji i query"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10061,7 +10054,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "në sekondë"
|
||||
msgstr[1] "në sekondë"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10603,36 +10596,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Importo files"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "query SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Shto/Fshi kollonat e fushës"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Vlerë"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/sr.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-04-06 18:43+0200\n"
|
||||
"Last-Translator: <theranchcowboy@googlemail.com>\n"
|
||||
"Language-Team: serbian_cyrillic <sr@li.org>\n"
|
||||
@ -1196,11 +1196,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "КБ"
|
||||
|
||||
@ -1248,7 +1248,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "нема"
|
||||
|
||||
@ -1348,7 +1348,7 @@ msgstr "Опште особине релација"
|
||||
msgid "Current settings"
|
||||
msgstr "Опште особине релација"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1378,9 +1378,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1400,7 +1400,7 @@ msgid "Jump to Log table"
|
||||
msgstr "База не постоји"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1420,7 +1420,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10179,139 +10179,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Заузеће"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Заузеће"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Изабери табеле"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Неисправан назив табеле"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Додај новог корисника"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL упит"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Локални"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Статистике реда"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Изабери све"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Врста упита"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10320,7 +10313,7 @@ msgstr[0] "у секунди"
|
||||
msgstr[1] "у секунди"
|
||||
msgstr[2] "у секунди"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10872,36 +10865,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Наслов извештаја"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL упит"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Додај/обриши колону"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Вредност"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/sr@latin.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-12-02 14:49+0200\n"
|
||||
"Last-Translator: Sasa Kostic <sasha.kostic@gmail.com>\n"
|
||||
"Language-Team: serbian_latin <sr@latin@li.org>\n"
|
||||
@ -1190,11 +1190,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1242,7 +1242,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "nema"
|
||||
|
||||
@ -1342,7 +1342,7 @@ msgstr "Opšte osobine relacija"
|
||||
msgid "Current settings"
|
||||
msgstr "Opšte osobine relacija"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1372,9 +1372,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1394,7 +1394,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Baza ne postoji"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1414,7 +1414,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10172,139 +10172,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Zauzeće"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Zauzeće"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Izaberi tabele"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Neispravan naziv tabele"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Dodaj novog korisnika"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL upit"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Lokalni"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Statistike reda"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Izaberi tabele"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Vrsta upita"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -10313,7 +10306,7 @@ msgstr[0] "u sekundi"
|
||||
msgstr[1] "u sekundi"
|
||||
msgstr[2] "u sekundi"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10865,36 +10858,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Naslov izveštaja"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL upit"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Dodaj/obriši kolonu"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Vrednost"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/sv.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-07 21:24+0200\n"
|
||||
"Last-Translator: <stefan@inkopsforum.se>\n"
|
||||
"Language-Team: swedish <sv@li.org>\n"
|
||||
@ -1141,11 +1141,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1192,7 +1192,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Inget"
|
||||
|
||||
@ -1292,7 +1292,7 @@ msgstr "Hantera dina inställningar"
|
||||
msgid "Current settings"
|
||||
msgstr "Fler inställningar"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Chart title"
|
||||
msgid "Chart Title"
|
||||
@ -1324,9 +1324,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1347,7 +1347,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Gå till daatabas"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1367,7 +1367,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9947,152 +9947,145 @@ msgstr "Information"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Användning"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Användning"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "All status variables"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Alla statusvariabler"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Välj tabeller"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "You must provide a routine name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Du måste ange ett rutinnamn"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a trigger"
|
||||
msgid "Add this series"
|
||||
msgstr "Lägg till en ny Trigger"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "Series:"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Serie:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Laddar"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Visa statistik"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Välj sida"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Fråge-typ"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d sekund"
|
||||
msgstr[1] "%d sekunder"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10671,31 +10664,31 @@ msgstr "Staplade"
|
||||
msgid "Chart title"
|
||||
msgstr "Diagramtitel"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "X-axel:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Serie:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Återstående kolumner"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X-axel etikett"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "X värde"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y-axel etikett"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Y värden"
|
||||
|
||||
|
||||
123
po/ta.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-04-16 10:43+0200\n"
|
||||
"Last-Translator: Sutharshan <sutharshan02@gmail.com>\n"
|
||||
"Language-Team: Tamil <ta@li.org>\n"
|
||||
@ -1130,11 +1130,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1175,7 +1175,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@ -1268,7 +1268,7 @@ msgstr ""
|
||||
msgid "Current settings"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr ""
|
||||
|
||||
@ -1296,9 +1296,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1317,7 +1317,7 @@ msgid "Jump to Log table"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1335,7 +1335,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9329,132 +9329,125 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new User"
|
||||
msgid "Add this series"
|
||||
msgstr "புதிய பயனாளரை சேர்க்க"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -9983,33 +9976,33 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "கள நிரல்களை சேர்க்க/ நீக்குக"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr ""
|
||||
|
||||
|
||||
123
po/te.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-04-07 17:06+0200\n"
|
||||
"Last-Translator: <veeven@gmail.com>\n"
|
||||
"Language-Team: Telugu <te@li.org>\n"
|
||||
@ -1151,11 +1151,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "మెబై"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "కిబై"
|
||||
|
||||
@ -1201,7 +1201,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "ఏమీలేదు"
|
||||
|
||||
@ -1300,7 +1300,7 @@ msgstr "ప్రాధమిక అమరికలు"
|
||||
msgid "Current settings"
|
||||
msgstr "మరిన్ని అమరికలు"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Default title"
|
||||
msgid "Chart Title"
|
||||
@ -1332,9 +1332,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1353,7 +1353,7 @@ msgid "Jump to Log table"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1371,7 +1371,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9500,131 +9500,124 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "వాడుక"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "వాడుక"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new User"
|
||||
msgid "Add this series"
|
||||
msgstr "క్రొత్త వాడుకరిని చేర్చు"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "గణాంకాలను చూపించు"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9633,7 +9626,7 @@ msgstr[0] "క్షణం"
|
||||
msgstr[1] "క్షణం"
|
||||
|
||||
# మొదటి అనువాదము
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10171,35 +10164,35 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "అప్రమేయ శీర్షిక"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Table comments"
|
||||
msgid "The remaining columns"
|
||||
msgstr "పట్టిక వ్యాఖ్యలు"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "విలువ"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/th.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-24 11:50+0200\n"
|
||||
"Last-Translator: Waitaya Krongapiradee <wyte_sk133@hotmail.com>\n"
|
||||
"Language-Team: thai <th@li.org>\n"
|
||||
@ -1149,11 +1149,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "เมกกะไบต์"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "กิโลไบต์"
|
||||
|
||||
@ -1200,7 +1200,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "ไม่มี"
|
||||
|
||||
@ -1300,7 +1300,7 @@ msgstr "ความสามารถด้านรีเลชันทั่
|
||||
msgid "Current settings"
|
||||
msgstr "ความสามารถด้านรีเลชันทั่วไป"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1330,9 +1330,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1352,7 +1352,7 @@ msgid "Jump to Log table"
|
||||
msgstr "ไม่มีฐานข้อมูล"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1370,7 +1370,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9799,137 +9799,130 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "ใช้งาน"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "ใช้งาน"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "เลือกตาราง"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "เพิ่มผู้ใช้ใหม่"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "คำค้น SQL"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "โลคอล"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "สถิติของแถว"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "เลือกทั้งหมด"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "ชนิดคำค้น"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
@ -9937,7 +9930,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "ต่อวินาที"
|
||||
msgstr[1] "ต่อวินาที"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10480,36 +10473,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "นำเข้าไฟล์"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "คำค้น SQL"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "ค่า"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
149
po/tr.po
149
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-25 19:31+0200\n"
|
||||
"Last-Translator: Burak Yavuz <hitowerdigit@hotmail.com>\n"
|
||||
"Language-Team: turkish <tr@li.org>\n"
|
||||
@ -1141,11 +1141,11 @@ msgstr "Sistem belleği"
|
||||
msgid "System swap"
|
||||
msgstr "Sistem takası"
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MiB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1186,7 +1186,7 @@ msgstr "Lütfen diziye en az bir değişken ekleyin"
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Yok"
|
||||
|
||||
@ -1286,7 +1286,7 @@ msgstr "Ayarları değiştir"
|
||||
msgid "Current settings"
|
||||
msgstr "Şu anki ayarlar"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
msgid "Chart Title"
|
||||
msgstr "Çizelge Başlığı"
|
||||
|
||||
@ -1319,9 +1319,9 @@ msgstr "Günlükler çözümleniyor ve yükleniyor. Bu biraz zaman alabilir."
|
||||
#| "together. However only the SQL Text is being compared, thus the queries "
|
||||
#| "other attributes such as start time may differ."
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
"Bu sütunlar birlikte gruplanmış özdeş sorguların miktarını gösterir. Ancak "
|
||||
"sadece SQL Metin karşılaştırılır, böylece başlama zamanı gibi sorgular diğer "
|
||||
@ -1346,7 +1346,9 @@ msgid "Jump to Log table"
|
||||
msgstr "Günlük tablosuna atla"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
#, fuzzy
|
||||
#| msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr "Günlük çözümlendi, ama bu zaman aralığında bulunan veri yok."
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1364,7 +1366,9 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr "Kelime/düzenli ifadeye göre sorguları süz"
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
#, fuzzy
|
||||
#| msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr "Sorguları grupla, WHERE ifadelerindeki değişken veri yoksayılıyor"
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9893,14 +9897,21 @@ msgid "Monitor Instructions"
|
||||
msgstr "İzleme Yönergeleri"
|
||||
|
||||
#: server_status.php:1364
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "The phpMyAdmin Monitor can assist you in optimizing the server "
|
||||
#| "configuration and track down time intensive\n"
|
||||
#| " queries. For the latter you will need to set log_output to "
|
||||
#| "'TABLE' and have either the slow_query_log or general_log enabled. Note "
|
||||
#| "however, that the\n"
|
||||
#| " general_log produces a lot of data and increases server load by "
|
||||
#| "up to 15%"
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
"phpMyAdmin İzleyici sunucu yapılandırmasını uyarlamada ve yoğun sorgularda "
|
||||
"iz sürme süresinde size yardımcı\n"
|
||||
@ -9909,19 +9920,29 @@ msgstr ""
|
||||
"Ancak unutmayın, general_log çok fazla veri üretir ve sunucu yükünü %15'e "
|
||||
"kadar arttırır"
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "<b>Using the monitor:</b><br/>\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"
|
||||
#| " <p>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.</p>"
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
"<b>İzleyici kullanımı:</b><br/>\n"
|
||||
" Tamam, ilerlemeye hazırsınız! Bir kere 'İzlemeyi başlat'a "
|
||||
@ -9935,90 +9956,88 @@ msgstr ""
|
||||
"and panning over the chart. This will load statistics from the logs helping "
|
||||
"you find what caused the activity spike.</p>"
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr "İşlemci Kullanımı"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr "Bellek Kullanımı"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr "Takas Kullanımı"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Durum değişkeni(leri)"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
msgid "Select series:"
|
||||
msgstr "Dizi seç:"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr "Genellikle izlenen"
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
msgid "or type variable name:"
|
||||
msgstr "veya değişken adını yazın:"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr "Ayırtedici değer olarak görüntüle"
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr "Böleni uygula"
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr "Veri değerlerine birimi ekle"
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
msgid "Add this series"
|
||||
msgstr "Bu diziyi ekle"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr "Diziyi temizle"
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr "Çizelgedeki Dizi:"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
msgid "Loading logs"
|
||||
msgstr "Günlükler yükleniyor"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr "Günlük istatistikleri"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
msgid "Selected time range:"
|
||||
msgstr "Seçili zaman aralığı:"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr "Sadece SELECT,INSERT,UPDATE ve DELETE İfadeleri erişir"
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
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:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
@ -10026,17 +10045,17 @@ msgstr ""
|
||||
"<p>İstatistiklerin oluşturulmasını istediğinizden seçin.</p> Sonuçlar sorgu "
|
||||
"metnine göre gruplandırılır."
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
msgid "Query analyzer"
|
||||
msgstr "Sorgu çözümleyici"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, php-format
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "%d saniye"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, php-format
|
||||
msgid "%d minute"
|
||||
msgid_plural "%d minutes"
|
||||
@ -10614,31 +10633,31 @@ msgstr "İstiflendi"
|
||||
msgid "Chart title"
|
||||
msgstr "Çizelge başlığı"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr "X-Ekseni:"
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr "Dizi:"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr "Kalan sütunlar"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr "X-Ekseni etiketi:"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr "X Değeri"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "Y-Ekseni etiketi:"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr "Y Değeri"
|
||||
|
||||
|
||||
123
po/tt.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:25+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: tatarish <tt@li.org>\n"
|
||||
@ -1185,11 +1185,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1235,7 +1235,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Buş"
|
||||
|
||||
@ -1335,7 +1335,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:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1365,9 +1365,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1387,7 +1387,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Biremleklär yuq"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1407,7 +1407,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9997,146 +9997,139 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Totılu"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Totılu"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Tüşämä Saylaw"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Tüşämä adı yaraqsız"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
msgid "Add this series"
|
||||
msgstr "Yaña qullanuçı östäw"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL-soraw"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
msgid "Loading logs"
|
||||
msgstr "Cirle"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
msgid "Log statistics"
|
||||
msgstr "Kerem Nöfüse"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Tüşämä Saylaw"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Soraw töre"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "sekund sayın"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -10684,36 +10677,36 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Yomğaq başlığı"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
msgid "Series:"
|
||||
msgstr "SQL-soraw"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "Add/Delete Field Columns"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Bäyä"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ug.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-08-26 11:59+0200\n"
|
||||
"Last-Translator: <gheni@yahoo.cn>\n"
|
||||
"Language-Team: Uyghur <ug@li.org>\n"
|
||||
@ -1165,11 +1165,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KiB"
|
||||
|
||||
@ -1216,7 +1216,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "يوق"
|
||||
|
||||
@ -1315,7 +1315,7 @@ msgstr "ئاساسىي ئالاقە ۋاريانتلىرى"
|
||||
msgid "Current settings"
|
||||
msgstr "ئاساسىي ئالاقە ۋاريانتلىرى"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1345,9 +1345,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1369,7 +1369,7 @@ msgid "Jump to Log table"
|
||||
msgstr "%s جەدۋەل"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1387,7 +1387,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9606,142 +9606,135 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Select series:"
|
||||
msgstr "ھەممىنى تاللاش"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "ئۈنۈمسىز جەدۋەل ئىسمى"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Routines"
|
||||
msgid "Add this series"
|
||||
msgstr "دائىملىق"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "No Privileges"
|
||||
msgid "Loading logs"
|
||||
msgstr "ھوقۇقسىز"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
msgid "Log statistics"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "ھەممىنى تاللاش"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query"
|
||||
msgid "Query analyzer"
|
||||
msgstr "تەكشۈرۈش"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "سېكنۇت"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10276,33 +10269,33 @@ msgstr "ئىخچام"
|
||||
msgid "Chart title"
|
||||
msgstr "دوكلات تېمىسى"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr ""
|
||||
|
||||
|
||||
123
po/uk.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-07-03 18:10+0200\n"
|
||||
"Last-Translator: <vovka2008@gmail.com>\n"
|
||||
"Language-Team: ukrainian <uk@li.org>\n"
|
||||
@ -1146,11 +1146,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "кБ"
|
||||
|
||||
@ -1197,7 +1197,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Немає"
|
||||
|
||||
@ -1297,7 +1297,7 @@ msgstr "Загальні можливості"
|
||||
msgid "Current settings"
|
||||
msgstr "Загальні можливості"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Import files"
|
||||
msgid "Chart Title"
|
||||
@ -1327,9 +1327,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1350,7 +1350,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Перейти до бази даних"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1368,7 +1368,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9603,141 +9603,134 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Використання"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Використання"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Вибрати таблиці"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Неправильна назва таблиці"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new User"
|
||||
msgid "Add this series"
|
||||
msgstr "Додати нового користувача"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
msgid "Series in Chart:"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "Завантаження"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Row Statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Статистика рядка"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Вибрати таблиці"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Тип запиту"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9746,7 +9739,7 @@ msgstr[0] "Секунда"
|
||||
msgstr[1] "Секунда"
|
||||
msgstr[2] "Секунда"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10285,33 +10278,33 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "Імпорт файлів"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
msgid "Series:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
msgid "The remaining columns"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Значення"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/ur.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-04-23 08:37+0200\n"
|
||||
"Last-Translator: Mehbooob Khan <mehboobbugti@gmail.com>\n"
|
||||
"Language-Team: Urdu <ur@li.org>\n"
|
||||
@ -1171,11 +1171,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "میگا بائٹ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "کلو بائٹ"
|
||||
|
||||
@ -1222,7 +1222,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
@ -1321,7 +1321,7 @@ msgstr "جنرل ریلیشن فیچرز"
|
||||
msgid "Current settings"
|
||||
msgstr "جنرل ریلیشن فیچرز"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Default"
|
||||
msgid "Chart Title"
|
||||
@ -1351,9 +1351,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1374,7 +1374,7 @@ msgid "Jump to Log table"
|
||||
msgstr "کوائفیہ جائیں"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1392,7 +1392,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9610,139 +9610,132 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
msgid "CPU Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
msgid "Swap Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
msgid "Status variable(s)"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Select series:"
|
||||
msgstr "SQL طلب"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "غلط جدول نام"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a New User"
|
||||
msgid "Add this series"
|
||||
msgstr "نیا صارف اضافہ کریں"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL طلب"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "لوڈ کررہا ہے"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Query statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "طلب شماریات"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select All"
|
||||
msgid "Selected time range:"
|
||||
msgstr "سارا منتخب کریں"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Gather errors"
|
||||
msgid "Query analyzer"
|
||||
msgstr "نقائص اکھٹی کریں"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
@ -9750,7 +9743,7 @@ msgid_plural "%d seconds"
|
||||
msgstr[0] "سیکنڈ"
|
||||
msgstr[1] "سیکنڈ"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10280,35 +10273,35 @@ msgstr ""
|
||||
msgid "Chart title"
|
||||
msgstr "ڈیفالٹ"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL طلب"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "فیلڈ کالمز شامل یا ختم کریں"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
msgid "X Values"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y Values"
|
||||
msgstr ""
|
||||
|
||||
|
||||
123
po/uz.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:31+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: uzbek_cyrillic <uz@li.org>\n"
|
||||
@ -1206,11 +1206,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "МБ"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "КБ"
|
||||
|
||||
@ -1259,7 +1259,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Йўқ"
|
||||
|
||||
@ -1359,7 +1359,7 @@ msgstr "Бошқа созланишлар"
|
||||
msgid "Current settings"
|
||||
msgstr "танловлар"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1391,9 +1391,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1414,7 +1414,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Ушбу базага ўтиш"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1434,7 +1434,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10653,152 +10653,145 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Ишлатилиш"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Ишлатилиш"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Тобе сервер статуси жадвалини кўриш"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Жадвалларни танланг"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Жадвал номи нотўғри"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Янги фойдаланувчи қўшиш"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL сўровлари"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Load"
|
||||
msgid "Loading logs"
|
||||
msgstr "Юклаш"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Статискани кўрсатиш"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Жадвалларни танланг"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "Сўров тури"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "секундига"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -11453,37 +11446,37 @@ msgstr "Қисилган"
|
||||
msgid "Chart title"
|
||||
msgstr "Ҳисобот сарлавҳаси"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL сўровлари"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "CHAR textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "CHAR майдонидаги устунлар сони"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Қиймати"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/uz@latin.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2010-07-22 02:30+0200\n"
|
||||
"Last-Translator: Marc Delisle <marc@infomarc.info>\n"
|
||||
"Language-Team: uzbek_latin <uz@latin@li.org>\n"
|
||||
@ -1211,11 +1211,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1264,7 +1264,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "Yo‘q"
|
||||
|
||||
@ -1364,7 +1364,7 @@ msgstr "Boshqa sozlanishlar"
|
||||
msgid "Current settings"
|
||||
msgstr "tanlovlar"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title"
|
||||
msgid "Chart Title"
|
||||
@ -1396,9 +1396,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1419,7 +1419,7 @@ msgid "Jump to Log table"
|
||||
msgstr "Ushbu bazaga o‘tish"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1439,7 +1439,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -10712,152 +10712,145 @@ msgstr ""
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "Ishlatilish"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "Ishlatilish"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "Tobе sеrvеr statusi jadvalini ko‘rish"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "Jadvallarni tanlang"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "Jadval nomi noto‘g‘ri"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "Yangi foydalanuvchi qo‘shish"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL so‘rovlari"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Load"
|
||||
msgid "Loading logs"
|
||||
msgstr "Yuklash"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "Statiskani ko‘rsatish"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Selected time range:"
|
||||
msgstr "Jadvallarni tanlang"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "So‘rov turi"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "per second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "sekundiga"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "in use"
|
||||
msgid "%d minute"
|
||||
@ -11516,37 +11509,37 @@ msgstr "Qisilgan"
|
||||
msgid "Chart title"
|
||||
msgstr "Hisobot sarlavhasi"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL so‘rovlari"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "CHAR textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "CHAR maydonidagi ustunlar soni"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
msgid "X-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "Qiymati"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
msgid "Y-Axis label:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/zh_CN.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-06-08 05:00+0200\n"
|
||||
"Last-Translator: shanyan baishui <Siramizu@gmail.com>\n"
|
||||
"Language-Team: chinese_simplified <zh_CN@li.org>\n"
|
||||
@ -1137,11 +1137,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1188,7 +1188,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
@ -1288,7 +1288,7 @@ msgstr "管理我的设置"
|
||||
msgid "Current settings"
|
||||
msgstr "更多设置"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title:"
|
||||
msgid "Chart Title"
|
||||
@ -1320,9 +1320,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1343,7 +1343,7 @@ msgid "Jump to Log table"
|
||||
msgstr "转到数据库"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1363,7 +1363,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9697,154 +9697,147 @@ msgstr "介绍"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "已用"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
#, fuzzy
|
||||
#| msgid "2. Usage"
|
||||
msgid "Memory Usage"
|
||||
msgstr "2. 使用"
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "已用"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "查看从服务器状态"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "选择表"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "无效的数据表名"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "添加服务器"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL 查询"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "正在加载"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "显示统计"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "选择页"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "查询方式"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "秒"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10396,41 +10389,41 @@ msgstr "堆叠"
|
||||
msgid "Chart title"
|
||||
msgstr "报告标题:"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL 查询"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Textarea columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "文本框列"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "水平轴标签"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "值"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "竖直轴标签"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
123
po/zh_TW.po
123
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-07-29 09:55-0400\n"
|
||||
"POT-Creation-Date: 2011-07-30 14:14-0400\n"
|
||||
"PO-Revision-Date: 2011-06-19 09:59+0200\n"
|
||||
"Last-Translator: <star@origin.club.tw>\n"
|
||||
"Language-Team: chinese_traditional <zh_TW@li.org>\n"
|
||||
@ -1132,11 +1132,11 @@ msgstr ""
|
||||
msgid "System swap"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:97 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "MiB"
|
||||
msgstr "MB"
|
||||
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1433
|
||||
#: js/messages.php:98 libraries/common.lib.php:1274 server_status.php:1422
|
||||
msgid "KiB"
|
||||
msgstr "KB"
|
||||
|
||||
@ -1183,7 +1183,7 @@ msgstr ""
|
||||
#: js/messages.php:110 libraries/display_export.lib.php:306
|
||||
#: libraries/display_tbl.lib.php:561 libraries/export/sql.php:1052
|
||||
#: libraries/tbl_properties.inc.php:562 pmd_general.php:510
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1450
|
||||
#: server_privileges.php:2041 server_status.php:1054 server_status.php:1439
|
||||
msgid "None"
|
||||
msgstr "無"
|
||||
|
||||
@ -1283,7 +1283,7 @@ msgstr "管理我的設定"
|
||||
msgid "Current settings"
|
||||
msgstr "更多設定"
|
||||
|
||||
#: js/messages.php:135 server_status.php:1393
|
||||
#: js/messages.php:135 server_status.php:1382
|
||||
#, fuzzy
|
||||
#| msgid "Report title:"
|
||||
msgid "Chart Title"
|
||||
@ -1315,9 +1315,9 @@ msgstr ""
|
||||
|
||||
#: js/messages.php:143
|
||||
msgid ""
|
||||
"This columns shows the amount of identical queries that are grouped "
|
||||
"together. However only the SQL Text is being compared, thus the queries of "
|
||||
"other attributes such as start time may differ."
|
||||
"This column shows the amount of identical queries that are grouped together. "
|
||||
"However only the SQL query itself has been used as a grouping criteria, so "
|
||||
"the other attributes of queries, such as start time, may differ."
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:144
|
||||
@ -1338,7 +1338,7 @@ msgid "Jump to Log table"
|
||||
msgstr "轉到資料庫"
|
||||
|
||||
#: js/messages.php:148
|
||||
msgid "Log analysed, but not data found in this time span."
|
||||
msgid "Log analysed, but no data found in this time span."
|
||||
msgstr ""
|
||||
|
||||
#. l10n: A collection of available filters
|
||||
@ -1358,7 +1358,7 @@ msgid "Filter queries by word/regexp:"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:155
|
||||
msgid "Group queries, ignoring variable data in WHERE statements"
|
||||
msgid "Group queries, ignoring variable data in WHERE clauses"
|
||||
msgstr ""
|
||||
|
||||
#: js/messages.php:156
|
||||
@ -9661,152 +9661,145 @@ msgstr "資料"
|
||||
#: server_status.php:1364
|
||||
msgid ""
|
||||
"The phpMyAdmin Monitor can assist you in optimizing the server configuration "
|
||||
"and track down time intensive\n"
|
||||
" queries. For the latter you will need to set log_output to 'TABLE' "
|
||||
"and have either the slow_query_log or general_log enabled. Note however, "
|
||||
"that the\n"
|
||||
" general_log produces a lot of data and increases server load by up "
|
||||
"to 15%"
|
||||
"and track down time intensive queries. For the latter you will need to set "
|
||||
"log_output to 'TABLE' and have either the slow_query_log or general_log "
|
||||
"enabled. Note however, that the general_log produces a lot of data and "
|
||||
"increases server load by up to 15%"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1373
|
||||
#: server_status.php:1371
|
||||
msgid ""
|
||||
"<b>Using the monitor:</b><br/>\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"
|
||||
" <p>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.</p>"
|
||||
"<b>Using the monitor:</b><br/> 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.<p>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.</p>"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1383
|
||||
#: server_status.php:1375
|
||||
msgid ""
|
||||
"<b>Please note:</b>\n"
|
||||
" Enabling the general_log may increase the server load by 5-15%. Also "
|
||||
"be aware that generating statistics from the logs is a\n"
|
||||
" 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.\n"
|
||||
" "
|
||||
"<b>Please note:</b> 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:1396
|
||||
#: server_status.php:1385
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "CPU Usage"
|
||||
msgstr "已用"
|
||||
|
||||
#: server_status.php:1399
|
||||
#: server_status.php:1388
|
||||
msgid "Memory Usage"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1402
|
||||
#: server_status.php:1391
|
||||
#, fuzzy
|
||||
#| msgid "Usage"
|
||||
msgid "Swap Usage"
|
||||
msgstr "已用"
|
||||
|
||||
#: server_status.php:1405
|
||||
#: server_status.php:1394
|
||||
#, fuzzy
|
||||
#| msgid "See slave status table"
|
||||
msgid "Status variable(s)"
|
||||
msgstr "查看從伺服器狀態"
|
||||
|
||||
#: server_status.php:1407
|
||||
#: server_status.php:1396
|
||||
#, fuzzy
|
||||
#| msgid "Select Tables"
|
||||
msgid "Select series:"
|
||||
msgstr "選擇表"
|
||||
|
||||
#: server_status.php:1409
|
||||
#: server_status.php:1398
|
||||
msgid "Commonly monitored"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1424
|
||||
#: server_status.php:1413
|
||||
#, fuzzy
|
||||
#| msgid "Invalid table name"
|
||||
msgid "or type variable name:"
|
||||
msgstr "無效的資料資料表名稱"
|
||||
|
||||
#: server_status.php:1428
|
||||
#: server_status.php:1417
|
||||
msgid "Display as differential value"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1430
|
||||
#: server_status.php:1419
|
||||
msgid "Apply a divisor"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1437
|
||||
#: server_status.php:1426
|
||||
msgid "Append unit to data values"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1443
|
||||
#: server_status.php:1432
|
||||
#, fuzzy
|
||||
#| msgid "Add a new server"
|
||||
msgid "Add this series"
|
||||
msgstr "新增伺服器"
|
||||
|
||||
#: server_status.php:1445
|
||||
#: server_status.php:1434
|
||||
msgid "Clear series"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1448
|
||||
#: server_status.php:1437
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series in Chart:"
|
||||
msgstr "SQL 查詢"
|
||||
|
||||
#: server_status.php:1456
|
||||
#: server_status.php:1445
|
||||
#, fuzzy
|
||||
#| msgid "Loading"
|
||||
msgid "Loading logs"
|
||||
msgstr "載入中"
|
||||
|
||||
#: server_status.php:1459
|
||||
#: server_status.php:1448
|
||||
#, fuzzy
|
||||
#| msgid "Show statistics"
|
||||
msgid "Log statistics"
|
||||
msgstr "顯示統計"
|
||||
|
||||
#: server_status.php:1460
|
||||
#: server_status.php:1449
|
||||
#, fuzzy
|
||||
#| msgid "Select page"
|
||||
msgid "Selected time range:"
|
||||
msgstr "選擇頁"
|
||||
|
||||
#: server_status.php:1465
|
||||
#: server_status.php:1454
|
||||
msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1470
|
||||
#: server_status.php:1459
|
||||
msgid "Remove variable data in INSERT statements for better grouping"
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1473
|
||||
#: server_status.php:1462
|
||||
msgid ""
|
||||
"<p>Choose from which log you want the statistics to be generated from.</p> "
|
||||
"Results are grouped by query text."
|
||||
msgstr ""
|
||||
|
||||
#: server_status.php:1476
|
||||
#: server_status.php:1465
|
||||
#, fuzzy
|
||||
#| msgid "Query type"
|
||||
msgid "Query analyzer"
|
||||
msgstr "查詢方式"
|
||||
|
||||
#: server_status.php:1512
|
||||
#: server_status.php:1501
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Second"
|
||||
msgid "%d second"
|
||||
msgid_plural "%d seconds"
|
||||
msgstr[0] "秒"
|
||||
|
||||
#: server_status.php:1514
|
||||
#: server_status.php:1503
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Minute"
|
||||
msgid "%d minute"
|
||||
@ -10357,41 +10350,41 @@ msgstr "堆疊"
|
||||
msgid "Chart title"
|
||||
msgstr "報告標題:"
|
||||
|
||||
#: tbl_chart.php:99
|
||||
#: tbl_chart.php:100
|
||||
msgid "X-Axis:"
|
||||
msgstr ""
|
||||
|
||||
#: tbl_chart.php:113
|
||||
#: tbl_chart.php:114
|
||||
#, fuzzy
|
||||
#| msgid "SQL queries"
|
||||
msgid "Series:"
|
||||
msgstr "SQL 查詢"
|
||||
|
||||
#: tbl_chart.php:115
|
||||
#: tbl_chart.php:116
|
||||
#, fuzzy
|
||||
#| msgid "Add/Delete Field Columns"
|
||||
msgid "The remaining columns"
|
||||
msgstr "文字框列"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:129
|
||||
#, fuzzy
|
||||
#| msgid "X Axis label"
|
||||
msgid "X-Axis label:"
|
||||
msgstr "水平軸標籤"
|
||||
|
||||
#: tbl_chart.php:128
|
||||
#: tbl_chart.php:130
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "X Values"
|
||||
msgstr "值"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Y Axis label"
|
||||
msgid "Y-Axis label:"
|
||||
msgstr "豎直軸標籤"
|
||||
|
||||
#: tbl_chart.php:129
|
||||
#: tbl_chart.php:131
|
||||
#, fuzzy
|
||||
#| msgid "Value"
|
||||
msgid "Y Values"
|
||||
|
||||
@ -92,30 +92,31 @@ url_query = '<?php echo $url_query;?>';
|
||||
</span>
|
||||
<br>
|
||||
<input type="text" name="chartTitle" value="<?php echo __('Chart title'); ?>">
|
||||
<?php $keys = array_keys($data[0]);
|
||||
$yaxis=-1;
|
||||
if (count($keys)>1) {
|
||||
<?php
|
||||
$keys = array_keys($data[0]);
|
||||
$yaxis = -1;
|
||||
if (count($keys) > 1) {
|
||||
echo '<br>';
|
||||
echo __('X-Axis:'); ?> <select name="chartXAxis">
|
||||
<?php
|
||||
|
||||
foreach ($keys as $idx=>$key) {
|
||||
if ($yaxis==-1 && ($idx==count($data[0])-1 || preg_match("/(date|time)/i",$key))) {
|
||||
echo '<option value="'.$idx.'" selected>'.$key.'</option>';
|
||||
foreach ($keys as $idx => $key) {
|
||||
if ($yaxis == -1 && (($idx == count($data[0]) - 1) || preg_match("/(date|time)/i", $key))) {
|
||||
echo '<option value="' . htmlspecialchars($idx) . '" selected>' . htmlspecialchars($key) . '</option>';
|
||||
$yaxis=$idx;
|
||||
} else {
|
||||
echo '<option value="'.$idx.'">'.$key.'</option>';
|
||||
echo '<option value="' . htmlspecialchars($idx) . '">' . htmlspecialchars($key) . '</option>';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
</select><br>
|
||||
</select><br />
|
||||
<?php echo __('Series:'); ?>
|
||||
<select name="chartSeries">
|
||||
<option value="columns"><?php echo __('The remaining columns'); ?></option>
|
||||
<?php
|
||||
foreach ($keys as $idx=>$key) {
|
||||
echo '<option>'.$key.'</option>';
|
||||
foreach ($keys as $idx => $key) {
|
||||
echo '<option>' . htmlspecialchars($key) . '</option>';
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
@ -125,7 +126,8 @@ url_query = '<?php echo $url_query;?>';
|
||||
|
||||
</div>
|
||||
<div style="float:left; padding-left:40px;">
|
||||
<?php echo __('X-Axis label:'); ?> <input style="margin-top:0;" type="text" name="xaxis_label" value="<?php echo ($yaxis==-1)?__('X Values'):$keys[$yaxis]; ?>"><br>
|
||||
<?php echo __('X-Axis label:'); ?> <input style="margin-top:0;" type="text" name="xaxis_label"
|
||||
value="<?php echo ($yaxis == -1) ? __('X Values') : $keys[$yaxis]; ?>"><br />
|
||||
<?php echo __('Y-Axis label:'); ?> <input type="text" name="yaxis_label" value="<?php echo __('Y Values'); ?>">
|
||||
</div>
|
||||
<p style="clear:both;"> </p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user