Support for browsing selected columns (RFE #1275909).

This commit is contained in:
Michal Čihař
2005-09-26 19:03:11 +00:00
parent 176c60cfe3
commit 64bd56dfba
176 changed files with 24567 additions and 4586 deletions

View File

@@ -1,4 +1,4 @@
config.inc.developer.php
config.inc.php
phpmyadmin.wpj
upload
save

168
ChangeLog
View File

@@ -1,10 +1,174 @@
----------------------
----------------------
phpMyAdmin - Changelog
----------------------
$Id$
$Source$
2005-09-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/database_interface.lib.php: fixed bug in PMA_DBI_fetch_*()
using PMA_DBI_num_rows() on unbuffered queries
2005-09-26 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fix constraint parsing (bug #1304600).
* libraries/display_import.lib.php, libraries/import/csv.php: Rename
plugin parameters to allow using same parameter by multiple plugins.
* config.default.php, lang/*, libraries/import/ldi.php: Alternate LOAD
DATA import plugin for CSV.
* libraries/display_import.lib.php: Sort list of import plugins.
* mult_submits.inc.php, tbl_properties_structure.php: Support for browsing
selected columns (RFE #1275909).
2005-09-25 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: support MySQL 5 privileges
2005-09-25 Michal Čihař <michal@cihar.com>
* lang/*: Messages for Sebastian.
* lang/czech: Partial update.
2005-09-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* left.php, queryframe.php, libraries/common.lib.php,
libraries/left_header.inc.php, css/phpmyadmin.css.php:
grouping databases (bug #1281262)
* server_status.php, libraries/common.lib.php, css/phpmyadmin.css.php:
extended server status information with description and warnings,
added PMA_formatNumber()
* server_privilegs.php: fixed bug table not found
* tbl_properties_structure.php, css/phpmyadmin.css.php:
made statistic tables floating, moved styles into css
* css/phpmyadmin.css.php: set font-size in caption to normal
2005-09-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* querywindow.php, css/phpmyadmin.css.php:
resize querywindow to content (bug #1277375)
2005-09-24 Marc Delisle <lem9@users.sourceforge.net>
* db_details_links.php, server_privileges.php, server_common.inc.php:
bug #1302985, Privileges tab on database
* tbl_change.php: bug #1272290, multiple MAX_FILE_SIZE limits BLOB
insertion
2005-09-24 Michal Čihař <michal@cihar.com>
* lang/add_message_file.sh: Make it deal with regullar php file, do not
mark english text as to translate.
* lang/add_message.sh: Do not mark english text as to translate.
* *import*, Documentation.html, lang/*, main.php, *links*,
css/phpmyadmin.css.php, libraries/unzip.lib.php: New import system,
please test it (patch #1288933, RFEs: 618255, 780754, 1017598, 1097670,
1274500, 807830).
* libraries/import.lib.php, libraries/import/csv.php,
libraries/import/sql.php, libraries/import/README: Fix possible data
leak when reading large buffer.
2005-09-23 Michal Čihař <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Do not pass empty variables as
haystack to strpos (bug #1299422).
* server_privileges.php: Reload left frame if dropping database (bug
#1298678).
* libraries/fpdf/fpdf.php: Fix filename for PDF pages containing space in
name (bug #1300837).
2005-09-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_export.lib.php, libraries/export/csv.php:
bug #1301374, csv on-screen export broken
2005-09-20 Michal Čihař <michal@cihar.com>
* libraries/database_interface.lib.php: Added some useful functions to DBI
layer (patch #1286451), thanks to Sebastian Mendel.
* Documentation.html, config.default.php, libraries/common.lib.php: Add
support for forcing https access to phpMyAdmin (RFE #1111333).
2005-09-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php: patch #1295365, missing function
definitions in parser, thanks to Sebastian Mendel
* db_details_links.php: patch #1196806, Privileges link on db page
2005-09-18 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_export.lib.php: bug #1293937 Export compression
default: bzip instead of bzip2, thanks to Rene Leonhardt
2005-09-15 Michal Čihař <michal@cihar.com>
* config.default.php, libraries/common.lib.php: Simplify loading of
defaults, why did I write such crap before?
* libraries/common.lib.php: Fail if pcre support is missing.
2005-09-14 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1290730, https export under MSIE fails
2005-09-14 Michal Čihař <michal@cihar.com>
* css/phpmyadmin.css.php: Do not wrap tabs (patch #1282247), thanks to
Sebastian Mendel.
* config.default.php: Do not set blowfish_secret here at all, this needs
to be done by user (bug #1290990).
* libraries/auth/cookie.auth.lib.php: Fix undefined variable warnings.
* libraries/common.lib.php, lang/*: Detect wrong authentication method and
warn user using error.php (bug #1290888).
* tbl_properties_operations.php: Update auto_increment value (bug
#1290413).
* read_dump.php, server_links.inc.php, server_sql.php, sql.php, lang/*:
Add SQL tab for server (patch #1291084), (RFE #1048090).
* Documentation.html: We dropped support for PHP 3 some time ago, so let's
drop mentions about it from documentation.
2005-09-13 Marc Delisle <lem9@users.sourceforge.net>
* scripts/create-release.sh: no longer copy config.inc.php to
config.default.php to keep a backup of the previous version
2005-09-13 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Add support for lang/added_messages.php
(mostly as feature for developer, to allow easilly adding messages
while working on some features).
* .cvsignore, Documentation.html, config.default.php,
config.inc.php[removed], libraries/common.lib.php,
libraries/config_import.lib.php[removed]: New configuration handling,
use config.inc.php for configuration, default values are stored in
config.default.php.
* config.default.php: Remove non configuration stuff.
* lang/.cvsignore: Ignore lang/added_messages.php.
2005-09-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php: bug #1287611, no Save button in Relation view
when pmadb is not defined
2005-09-10 Marc Delisle <lem9@users.sourceforge.net>
### 2.6.4 released
2005-09-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1283813, SHOW STATUS typed in a
query box produces a SHOW CREATE TABLE STATUS under MySQL 5.0.x
* lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
2005-09-07 Michal Čihař <michal@cihar.com>
* main.php, libraries/auth/cookie.auth.lib.php: XSS on username (bug
#1283552)
* ChangeLog: Move vim modelines to correctly interpret et after setting
file type (otherwise tabs were not expanded as changelog ft sets noet).
2005-09-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
2005-09-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/defines.lib.php, themes/*/info.inc.php: about themes version,
phpMyAdmin 2.6.4 needs generation 2, version 1;
phpMyAdmin 2.6.5 (currently) needs generation 2, version 2
* header.inc.php: XSS on $title, thanks to Christian Wenz
2005-09-05 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Do not treat BLOBs as number (bug #1277309).
2005-09-04 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php: bug #1281533, collation not kept while
changing table field count
2005-09-02 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to boralioglu.
2005-08-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/belarusian updates, thanks to Jaska Zedlik
### 2.6.4-rc1 released
* server_privileges, themes/*/css/theme_right.css.php: patch #1251692,
fieldsets for privileges interface, thanks to Sebastian Mendel
2005-08-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/indonesian: update thanks to Rachim Tamsjadi - tamsy
* lang/polish: update thanks to Jakub Wilk - ubanus
@@ -7002,7 +7166,7 @@ $Source$
--- Older ChangeLogs can be found on our project website ---
http://www.phpmyadmin.net/old-stuff/ChangeLogs/
# vim: et ts=4 sw=4 sts=4
# vim: ft=changelog fenc=utf-8 encoding=utf-8
# vim: expandtab ts=4 sw=4 sts=4
# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
# vim: fdn=1 fdm=expr

View File

@@ -163,10 +163,11 @@
running in safe mode, having some scripts with an owner different
from the owner of other scripts will be a
problem). See <a href="#faq4_2">FAQ 4.2</a> for suggestions.</li>
<li> Open the file <tt>config.inc.php</tt> in your favorite editor and change
the values for host, user, password and authentication mode to fit
your environment. Here, &quot;host&quot; means the MySQL server.
Have a look at
<li> Create the file <tt>config.inc.php</tt> in your favorite editor and
fill in there values for host, user, password and authentication mode
to fit your environment. Look at <tt>config.default.php</tt> how
these fields should be defined. Here, &quot;host&quot; means the
MySQL server. Have a look at
<a href="#config">Configuration section</a> for an
explanation of all values. Please also read the remaining of this
Installation section for information about authentication modes
@@ -218,12 +219,9 @@
<h3>Upgrading from an older version</h3>
<ul>
<li>
You can safely copy your older <i>config.inc.php</i> over a new one, if
you can live with default values for possible new parameters (you can
check release notes to see what new features were added). This
compatibility will stay for long time, current version supports
importing config files from 2.2 and maybe even older (nobody has tried
that).
Just copy <i>config.inc.php</i> from previous installation into a
newly unpacked one. Old configuration files will be supported for a
very long time.
</li>
</ul>
@@ -467,8 +465,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON &lt;pma_db&gt;.* TO 'pma'@'localhost';
<dt><b>$cfg['Servers'][$i]['socket']</b> string</dt>
<dd>
The path to the socket to use. Leave blank for default.<br />
To use the socket feature you must run PHP 3.0.10 or more.
The path to the socket to use. Leave blank for default.
<br /><br />
</dd>
@@ -961,6 +958,12 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON &lt;pma_db&gt;.* TO 'pma'@'localhost';
<br /><br />
</dd>
<dt><b>$cfg['ForceSSL'] </b>boolean</dt>
<dd>
Whether to force using https while accessing phpMyAdmin.
<br /><br />
</dd>
<dt><b>$cfg['ExecTimeLimit'] </b>integer [number of seconds]</dt>
<dd>
Set the number of seconds a script is allowed to run. If seconds is set
@@ -1699,6 +1702,14 @@ Defaults to FALSE (drop-down). <br />
<br /><br />
</dd>
<dt><b>$cfg['Import'] </b>array</dt>
<dd>
In this array are defined default parameters for import, names of
items are similar to texts seen on import page, so you can easily
identify what they mean.
<br /><br />
</dd>
<dt><b>$cfg['RepeatCells'] </b>integer</dt>
<dd>
Repeat the headers every X cells, or 0 to deactivate.
@@ -2807,7 +2818,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
headers already sent by ...&quot; is displayed, what's the problem?
</h4>
<p>
Edit your <i>config.inc.php or .php</i> file and ensure there is nothing
Edit your <i>config.inc.php</i> file and ensure there is nothing
(I.E. no blank lines, no spaces, no characters...) neither before the
<tt>&lt;?php</tt> tag at the beginning, neither after the <tt>?&gt;</tt>
tag at the end.
@@ -2857,10 +2868,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
(<i>/tmp/mysql.sock</i>, for example).
</li>
<li>
Then, you need to tell PHP to use this socket.<br />Assuming you are
using PHP 3.0.10 or better, you can specify the socket to use when you
open the connection. To do this in phpMyAdmin, you need to complete the
socket information in the <i>config.inc.php</i>.<br />
Then, you need to tell PHP to use this socket.<br /> To do this in
phpMyAdmin, you need to complete the socket information in the
<i>config.inc.php</i>.<br />
For example:
<tt>$cfg['Servers'][$i]['socket']&nbsp;=&nbsp;'/tmp/mysql.sock';</tt><br /><br />
Please also make sure that the permissions of this file allow to be readable

78
LICENSE
View File

@@ -1,12 +1,12 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
@@ -55,7 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
@@ -109,6 +110,7 @@ above, provided that you also meet all of these conditions:
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
@@ -166,6 +168,7 @@ access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
@@ -222,7 +225,7 @@ impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
@@ -252,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
@@ -274,5 +277,64 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

2
README
View File

@@ -30,7 +30,7 @@ phpMyAdmin - Readme
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Requirements:
php 4.1.0 or later

View File

@@ -9,15 +9,6 @@
*/
/**
* Sets the php error reporting - Please do not change this line!
*/
if (!isset($old_error_reporting)) {
error_reporting(E_ALL);
@ini_set('display_errors', '1');
}
/**
* Your phpMyAdmin URL.
*
@@ -197,6 +188,7 @@ unset($cfg['Servers'][0]);
*/
$cfg['OBGzip'] = 'auto'; // use GZIP output buffering if possible (TRUE|FALSE|'auto')
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
$cfg['ForceSLL'] = FALSE; // whether to force using https
$cfg['ExecTimeLimit'] = 300; // maximum execution time in seconds (0 for no limit)
$cfg['SkipLockedTables'] = FALSE; // mark used tables, make possible to show
// locked tables (since MySQL 3.23.30)
@@ -381,6 +373,29 @@ $cfg['Export']['sql_comments'] = FALSE;
$cfg['Export']['sql_mime'] = FALSE;
$cfg['Export']['sql_header_comment'] = ''; // \n is replaced by new line
/**
* Import defaults
*/
$cfg['Import']['format'] = 'sql';
$cfg['Import']['allow_interrupt'] = TRUE;
$cfg['Import']['skip_queries'] = '0';
$cfg['Import']['csv_replace'] = FALSE;
$cfg['Import']['csv_terminated'] = ';';
$cfg['Import']['csv_enclosed'] = '"';
$cfg['Import']['csv_enclosed_optionally'] = FALSE;
$cfg['Import']['csv_escaped'] = '\\';
$cfg['Import']['csv_new_line'] = 'auto';
$cfg['Import']['csv_columns'] = '';
$cfg['Import']['ldi_replace'] = FALSE;
$cfg['Import']['ldi_terminated'] = ';';
$cfg['Import']['ldi_enclosed'] = '"';
$cfg['Import']['ldi_enclosed_optionally'] = FALSE;
$cfg['Import']['ldi_escaped'] = '\\';
$cfg['Import']['ldi_new_line'] = 'auto';
$cfg['Import']['ldi_columns'] = '';
$cfg['Import']['ldi_local_option'] = 'auto'; // 'auto' for autodetection, TRUE or FALSE for forcing
/**
* Link to the official MySQL documentation.
* Be sure to include no trailing slash on the path.
@@ -470,6 +485,7 @@ $cfg['AvailableCharsets'] = array(
'koi8-r',
'big5',
'gb2312',
'utf-16',
'utf-8',
'utf-7',
'x-user-defined',
@@ -852,13 +868,4 @@ $cfg['UnaryOperators'] = array(
'IS NOT NULL' => 1
);
/**
* Unset magic_quotes_runtime - do not change!
*/
set_magic_quotes_runtime(0);
/**
* File Revision - do not change either!
*/
$cfg['FileRevision'] = '$Revision$';
?>

View File

@@ -17,6 +17,81 @@ $ctype = 'css';
require_once('./libraries/header_http.inc.php');
unset( $ctype );
?>
html {
margin: 0;
padding: 0;
}
a img {
border: 0;
}
caption {
font-size: <?php echo $font_size; ?>;
}
table .value {
text-align: right;
white-space: nowrap;
white-space: pre;
font-family: "Courier New", Courier, monospace;
}
table .name {
text-align: left;
font-weight: normal;
}
div#tablestatistics {
border-bottom: 0.1em solid silver;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
div#tablestatistics table {
float: left;
margin-bottom: 0.5em;
margin-right: 0.5em;
}
div#tablestatistics table caption {
margin-right: 0.5em;
}
div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.1em solid silver;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
div#leftframelinks a {
margin: 0.1em;
padding: 0.2em;
border: 0.1em solid <?php echo $cfg['BgcolorTwo']; ?>;
}
div#leftframelinks a:hover {
border-color: gray;
background-color: silver;
}
div#databaseList form {
display: inline;
}
body#bodyquerywindow {
margin: 0;
padding: 0;
}
div#querywindowcontainer {
margin: 0;
padding: 0.5em;
float: left;
}
/* Calendar */
table.calendar { width: 100%; }
@@ -39,6 +114,14 @@ img.calendar { border: none; }
form.clock { text-align: center; }
/* end Calendar */
/* Options, eg. on import page */
fieldset.options {
background-color: <?php echo $cfg['BgcolorOne']; ?>;
}
fieldset.options legend {
background-color: transparent;
}
.nowrap { white-space: nowrap; }
div.nowrap { margin: 0; padding: 0; }
@@ -62,6 +145,7 @@ textarea { overflow: auto; }
.tab, .tabcaution, .tabactive {
margin-right: 0.1em;
margin-left: 0.1em;
white-space: nowrap;
}
/* disbaled tabs */
@@ -124,6 +208,87 @@ span.tab, span.tabcaution {
}
<?php } ?>
/* end topmenu */
/* odd table rows 1,3,5,7,... */
table tbody tr.odd td,
table tbody tr.odd th {
background-color: <?php echo $cfg['BgcolorOne']; ?>;
}
/* even table rows 2,4,6,8,... */
table tbody tr.even td,
table tbody tr.even th {
background-color: <?php echo $cfg['BgcolorTwo']; ?>;
}
.value .attention {
color: red;
font-weight: bold;
}
.value .allfine {
color: green;
}
/* serverstatus */
div#serverstatus table caption a.top {
float: right;
}
table.data caption,
table.data th,
table.data td,
div#serverstatus table caption,
div#serverstatus table th,
div#serverstatus table td {
padding: 0.1em 0.5em 0.1em 0.5em;
margin: 0.1em;
vertical-align: top;
}
div#serverstatus div#serverstatusqueriesdetails table,
div#serverstatus table#serverstatustraffic,
div#serverstatus table#serverstatusconnections {
float: left;
}
#serverstatussection,
.clearfloat {
clear: both;
}
div#serverstatus table.statuslist .name {
width: 18em;
}
div#serverstatus table.statuslist .value {
width: 6em;
}
div#serverstatus table tbody td.descr a,
div#serverstatus table .tblFooters a {
white-space: nowrap;
}
div#serverstatus div#statuslinks a:before,
div#serverstatus div#sectionlinks a:before,
div#serverstatus table tbody td.descr a:before,
div#serverstatus table .tblFooters a:before {
content: '[';
}
div#serverstatus div#statuslinks a:after,
div#serverstatus div#sectionlinks a:after,
div#serverstatus table tbody td.descr a:after,
div#serverstatus table .tblFooters a:after {
content: ']';
}
div#serverstatus table.statuslist {
width: 100%;
margin-bottom: 1em;
}
/* end serverstatus */
<?php
$_valid_css = array( 'left', 'right', 'print' );
@@ -146,4 +311,4 @@ if ( file_exists( $_css_file ) ) {
include( $_css_file );
}
unset( $_css_file );
?>
?>

View File

@@ -11,6 +11,14 @@ if (empty($sub_part)) {
$sub_part = '_structure';
}
/**
* Checks for superuser privileges
*/
// We were checking privileges with 'USE mysql' but users with the global
// priv CREATE TEMPORARY TABLES or LOCK TABLES can do a 'USE mysql'
// (even if they cannot see the tables)
$is_superuser = PMA_DBI_try_query('SELECT COUNT(*) FROM mysql.user', NULL, PMA_DBI_QUERY_STORE);
/**
* Prepares links
@@ -21,16 +29,23 @@ if ($num_tables > 0) {
$tab_search['link'] = 'db_search.php';
$tab_qbe['link'] = 'db_details_qbe.php';
}
$tab_import['link'] = 'db_import.php';
$tab_structure['link'] = 'db_details_structure.php';
$tab_sql['link'] = 'db_details.php';
$tab_sql['args']['db_query_force'] = 1;
$tab_operation['link'] = 'db_operations.php';
if ($is_superuser) {
$tab_privileges['link'] = 'server_privileges.php';
$tab_privileges['args']['checkprivs'] = $db;
// stay on database view
$tab_privileges['args']['viewing_mode'] = 'db';
}
// Drop link if allowed
if (!$GLOBALS['cfg']['AllowUserDropDatabase']) {
// Check if the user is a Superuser
$GLOBALS['cfg']['AllowUserDropDatabase'] = PMA_DBI_select_db('mysql');
PMA_DBI_select_db($db);
$GLOBALS['cfg']['AllowUserDropDatabase'] = $is_superuser;
}
// rabus: Don't even try to drop information_schema. You won't be able to.
// Believe me. You won't.
@@ -51,19 +66,27 @@ if ($GLOBALS['cfg']['AllowUserDropDatabase']) {
$tab_structure['text'] = $GLOBALS['strStructure'];
$tab_sql['text'] = $GLOBALS['strSQL'];
$tab_export['text'] = $GLOBALS['strExport'];
$tab_import['text'] = $GLOBALS['strImport'];
$tab_search['text'] = $GLOBALS['strSearch'];
$tab_drop['text'] = $GLOBALS['strDrop'];
$tab_qbe['text'] = $GLOBALS['strQBE'];
$tab_operation['text'] = $GLOBALS['strOperations'];
if ($is_superuser) {
$tab_privileges['text'] = $GLOBALS['strPrivileges'];
}
// icons
$tab_structure['icon'] = 'b_props.png';
$tab_sql['icon'] = 'b_sql.png';
$tab_export['icon'] = 'b_export.png';
$tab_import['icon'] = 'b_import.png';
$tab_search['icon'] = 'b_search.png';
$tab_drop['icon'] = 'b_deltbl.png';
$tab_qbe['icon'] = 's_db.png';
$tab_operation['icon'] = 'b_tblops.png';
if ($is_superuser) {
$tab_privileges['icon'] = 's_rights.png';
}
/**
* Displays tab links
@@ -74,7 +97,11 @@ $tabs[] =& $tab_sql;
$tabs[] =& $tab_search;
$tabs[] =& $tab_qbe;
$tabs[] =& $tab_export;
$tabs[] =& $tab_import;
$tabs[] =& $tab_operation;
if ($is_superuser) {
$tabs[] =& $tab_privileges;
}
if ($GLOBALS['cfg']['AllowUserDropDatabase']) {
$tabs[] =& $tab_drop;
}

20
db_import.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets tables informations and displays top links
*/
require('./db_details_common.php');
require('./db_details_db_info.php');
$import_type = 'database';
require('./libraries/display_import.lib.php');
/**
* Displays the footer
*/
require('./footer.inc.php');
?>

View File

@@ -317,9 +317,15 @@ if (!$save_on_server) {
// IE 5.50.4807.2300
// IE 6.0.2800.1106 (small glitch, asks twice when I click Open)
// IE 6.0.2900.2180
// Firefox 1.0.4
// Firefox 1.0.6
// in http and https
header('Content-Disposition: attachment; filename="' . $filename . '"');
header('Pragma: no-cache');
if (PMA_USR_BROWSER_AGENT == 'IE') {
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');
} else {
header('Pragma: no-cache');
}
} else {
// HTML
$backup_cfgServer = $cfg['Server'];

View File

@@ -41,16 +41,16 @@ if (empty($GLOBALS['is_header_sent'])) {
*/
$title = '';
if ($cfg['ShowHttpHostTitle']) {
$title .= (empty($GLOBALS['cfg']['SetHttpHostTitle']) && isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $GLOBALS['cfg']['SetHttpHostTitle']) . ' >> ';
$title .= (empty($GLOBALS['cfg']['SetHttpHostTitle']) && isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $GLOBALS['cfg']['SetHttpHostTitle']) . ' / ';
}
if (!empty($GLOBALS['cfg']['Server']) && isset($GLOBALS['cfg']['Server']['host'])) {
$title.=str_replace('\'', '\\\'', $GLOBALS['cfg']['Server']['host']);
}
if (isset($GLOBALS['db'])) {
$title .= ' >> ' . str_replace('\'', '\\\'', $GLOBALS['db']);
$title .= ' / ' . str_replace('\'', '\\\'', $GLOBALS['db']);
}
if (isset($GLOBALS['table'])) {
$title .= (empty($title) ? '' : ' ') . ' >> ' . str_replace('\'', '\\\'', $GLOBALS['table']);
$title .= (empty($title) ? '' : ' ') . ' / ' . str_replace('\'', '\\\'', $GLOBALS['table']);
}
$title .= ' | phpMyAdmin ' . PMA_VERSION;
?>
@@ -59,7 +59,7 @@ if (empty($GLOBALS['is_header_sent'])) {
// Updates the title of the frameset if possible (ns4 does not allow this)
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown'
&& typeof(parent.document.title) == 'string') {
parent.document.title = '<?php echo $title; ?>';
parent.document.title = '<?php echo PMA_sanitize($title); ?>';
}
document.write('<style type="text/css">');

250
import.php Normal file
View File

@@ -0,0 +1,250 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/* Core script for import, this is just the glue around all other stuff */
/**
* Get the variables sent or posted to this script and a core script
*/
require_once('./libraries/grab_globals.lib.php');
$js_to_run = 'functions.js';
require_once('./libraries/common.lib.php');
PMA_checkParameters(array('import_type', 'what'));
// Import functions
require_once('./libraries/import.lib.php');
if ($import_type == 'table') {
$err_url = 'tbl_import.php?' . PMA_generate_common_url($db, $table);
} elseif ($import_type == 'database') {
$err_url = 'db_import.php?' . PMA_generate_common_url($db);
} else {
$err_url = 'server_import.php?' . PMA_generate_common_url();
}
if ($import_type != 'server') {
PMA_DBI_select_db($db);
}
@set_time_limit($cfg['ExecTimeLimit']);
$timestamp = time();
if (isset($allow_interrupt)) {
$maximum_time = ini_get('max_execution_time');
} else {
$maximum_time = 0;
}
// set default values
$timeout_passed = FALSE;
$error = FALSE;
$read_multiply = 1;
$finished = FALSE;
$offset = 0;
$max_sql_len = 0;
$file_to_unlink = '';
$sql_query = '';
$sql_query_disabled = FALSE;
$go_sql = FALSE;
$reload = FALSE;
$executed_queries = 0;
// We can not read all at once, otherwise we can run out of memory
$memory_limit = trim(@ini_get('memory_limit'));
// 2 MB as default
if (empty($memory_limit)) $memory_limit = 2 * 1024 * 1024;
// Calculate value of the limit
if (strtolower(substr($memory_limit, -1)) == 'm') $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024;
elseif (strtolower(substr($memory_limit, -1)) == 'k') $memory_limit = (int)substr($memory_limit, 0, -1) * 1024;
elseif (strtolower(substr($memory_limit, -1)) == 'g') $memory_limit = (int)substr($memory_limit, 0, -1) * 1024 * 1024 * 1024;
else $memory_limit = (int)$memory_limit;
$read_limit = $memory_limit / 4; // Just to be sure, there might be lot of memory needed for uncompression
// handle filenames
if (!empty($local_import_file) && !empty($cfg['UploadDir'])) {
// sanitize $local_import_file as it comes from a POST
$local_import_file = PMA_securePath($local_import_file);
if (substr($cfg['UploadDir'], -1) != '/') {
$cfg['UploadDir'] .= '/';
}
$import_file = $cfg['UploadDir'] . $local_import_file;
} else if (empty($import_file) || !is_uploaded_file($import_file)) {
$import_file = 'none';
}
// work around open_basedir and other limitations
if ($import_file != 'none') {
$open_basedir = @ini_get('open_basedir');
// If we are on a server with open_basedir, we must move the file
// before opening it. The doc explains how to create the "./tmp"
// directory
if (!empty($open_basedir)) {
$tmp_subdir = (PMA_IS_WINDOWS ? '.\\tmp\\' : './tmp/');
// function is_writeable() is valid on PHP3 and 4
if (is_writeable($tmp_subdir)) {
$import_file_new = $tmp_subdir . basename($import_file);
if (move_uploaded_file($import_file, $import_file_new)) {
$import_file = $import_file_new;
$file_to_unlink = $import_file_new;
}
}
}
$compression = PMA_detectCompression($import_file);
if ($compression === FALSE) {
$message = $strFileCouldNotBeRead;
$show_error_header = TRUE;
$error = TRUE;
}
switch ($compression) {
case 'application/bzip2':
if ($cfg['BZipDump'] && @function_exists('bzopen')) {
$import_handle = @bzopen($import_file, 'r');
} else {
$message = sprintf($strUnsupportedCompressionDetected, $compression);
$show_error_header = TRUE;
$error = TRUE;
}
break;
case 'application/gzip':
if ($cfg['GZipDump'] && @function_exists('gzopen')) {
$import_handle = @gzopen($import_file, 'r');
} else {
$message = sprintf($strUnsupportedCompressionDetected, $compression);
$show_error_header = TRUE;
$error = TRUE;
}
break;
case 'application/zip':
if ($cfg['GZipDump'] && @function_exists('gzinflate')) {
include_once('./libraries/unzip.lib.php');
$import_handle = new SimpleUnzip();
$import_handle->ReadFile($import_file);
if ($import_handle->Count() == 0) {
$message = $strNoFilesFoundInZip;
$show_error_header = TRUE;
$error = TRUE;
} elseif ($import_handle->GetError(0) != 0) {
$message = $strErrorInZipFile . ' ' . $import_handle->GetErrorMsg(0);
$show_error_header = TRUE;
$error = TRUE;
} else {
$import_text = $import_handle->GetData(0);
}
// We don't need to store it further
$import_handle = '';
} else {
$message = sprintf($strUnsupportedCompressionDetected, $compression);
$show_error_header = TRUE;
$error = TRUE;
}
break;
case 'none':
$import_handle = @fopen($import_file, 'r');
break;
default:
$message = sprintf($strUnsupportedCompressionDetected, $compression);
$show_error_header = TRUE;
$error = TRUE;
break;
}
if (!$error && $import_handle === FALSE) {
$message = $strFileCouldNotBeRead;
$show_error_header = TRUE;
$error = TRUE;
}
} else {
if (!isset($import_text) || empty($import_text)) {
$message = $strNothingToImport;
$show_error_header = TRUE;
$error = TRUE;
}
}
// Convert the file's charset if necessary
$charset_conversion = FALSE;
$reset_charset = FALSE;
if (PMA_MYSQL_INT_VERSION < 40100
&& $cfg['AllowAnywhereRecoding'] && $allow_recoding
&& isset($charset_of_file) && $charset_of_file != $charset) {
$charset_conversion = TRUE;
} else if (PMA_MYSQL_INT_VERSION >= 40100
&& isset($charset_of_file) && $charset_of_file != 'utf8') {
PMA_DBI_query('SET NAMES \'' . $charset_of_file . '\'');
$reset_charset = TRUE;
}
// Something to skip?
if (isset($skip)) {
$original_skip = $skip;
while ($skip > 0) {
PMA_importGetNextChunk($skip < $read_limit ? $skip : $read_limit);
$read_multiply = 1; // Disable read progresivity, otherwise we eat all memory!
$skip -= $read_limit;
}
unset($skip);
}
if (!$error) {
// Do the real import
require('./libraries/import/' . PMA_securePath($what) . '.php');
}
// Cleanup temporary file
if ($file_to_unlink != '') {
unlink($file_to_unlink);
}
// Reset charset back, if we did some changes
if ($reset_charset) {
PMA_DBI_query('SET CHARACTER SET utf8');
PMA_DBI_query('SET SESSION collation_connection =\'' . $collation_connection . '\'');
}
if ($finished && !$error) {
$message = $strImportFinished;
}
if ($timeout_passed) {
$message = $strTimeoutPassed;
if ($offset == 0 || (isset($original_skip) && $original_skip == $offset)) {
$message .= ' ' . $strTimeoutNothingParsed;
}
}
// Display back import page
require_once('./header.inc.php');
// There was an error?
if (isset($my_die)) {
foreach ($my_die AS $key => $die) {
PMA_mysqlDie($die['error'], $die['sql'], '', $err_url, $error);
echo '<hr />';
}
}
if ($go_sql) {
require_once('./sql.php');
} elseif ($import_type == 'server') {
$active_page = 'server_import.php';
require_once('./server_import.php');
} elseif ($import_type == 'database') {
$active_page = 'db_import.php';
require_once('./db_import.php');
} else {
$active_page = 'tbl_import.php';
require_once('./tbl_import.php');
}
exit();
?>

View File

@@ -1 +1,2 @@
tmp-check
added_messages.php

View File

@@ -10,15 +10,23 @@ if [ $# -ne 2 ] ; then
echo "usage: add_message.sh '\$strNewMessage' 'new message contents'"
exit 1
fi
for file in *.inc.php
do
echo $file " "
grep -v '?>' ${file} > ${file}.new
echo "$1 = '"$2"'; //to translate" >> ${file}.new
echo "?>" >> ${file}.new
rm $file
mv ${file}.new $file
echo $file " "
grep -v '?>' ${file} > ${file}.new
case $file in
english*)
echo "$1 = '"$2"';" >> ${file}.new
;;
*)
echo "$1 = '"$2"'; //to translate" >> ${file}.new
;;
esac
echo "?>" >> ${file}.new
rm $file
mv ${file}.new $file
done
./sort_lang.sh english*
echo " "
echo "Message added to all message files (including english)"

View File

@@ -1,8 +1,8 @@
#!/bin/bash
# $Id$
#
# Shell script that adds a message file to all message files
# adding "//to translate" on each line
# Shell script that adds a message file to all message files
# adding "//to translate" on each line
#
# Example: add_message_file.sh xxx
#
@@ -10,15 +10,23 @@ if [ $# -ne 1 ] ; then
echo "usage: add_message_file.sh filename"
exit 1
fi
for file in *.inc.php
do
echo $file " "
grep -v '?>' ${file} > ${file}.new
sed 's/;/;\/\/to translate/' <$1 >> ${file}.new
case $file in
english*)
sed -n 's/\(.*\);/\1;/p' $1 >> ${file}.new
;;
*)
sed -n 's/\(.*\);/\1; \/\/to translate/p' $1 >> ${file}.new
;;
esac
echo "?>" >> ${file}.new
rm $file
mv ${file}.new $file
done
./sort_lang.sh english*
echo " "
echo "Messages added to add message files (including english)"

View File

@@ -827,4 +827,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -828,4 +828,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -817,4 +817,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -818,4 +818,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -821,4 +821,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -820,4 +820,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -839,4 +839,155 @@ $strView = 'View'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -840,4 +840,155 @@ $strView = 'View'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -819,4 +819,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -820,4 +820,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -24,17 +24,18 @@ $month = array('Сту', 'Лют', 'Сак', 'Кра', 'Тра', 'Чэр', 'Лі
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў';
$strAPrimaryKey = 'Першасны ключ быў дададзены да %s';
$strAbortedClients = 'Спынена';
$strAbsolutePathToDocSqlDir = 'Калі ласка, пазначце поўны шлях на вэб-сэрвэры да тэчкі docSQL';
$strAccessDenied = 'У доступе адмоўлена';
$strAccessDeniedExplanation = 'phpMyAdmin паспрабаваў падлучыцца да сэрвэра MySQL, але сэрвэр адхіліў злучэньне. Праверце імя хосту, карыстальніка і пароль у config.inc.php і ўпэўніцеся, што яны адпавядаюць інфармацыі, якую даў адміністратар MySQL-сэрвэра.';
$strAccessDenied = 'У доступе адмоўлена';
$strAction = 'Дзеяньне';
$strAddAutoIncrement = 'Дадаць значэньне AUTO_INCREMENT';
$strAddConstraints = 'Дадаць абмежаваньні';
$strAddDeleteColumn = 'Дадаць/выдаліць калёнку крытэру';
$strAddDeleteRow = 'Дадаць/выдаліць радок крытэру';
$strAddDropDatabase = 'Дадаць DROP DATABASE';
$strAddedColumnComment = 'Даданы камэнтар да калёнкі';
$strAddedColumnRelation = 'Даданая сувязь для калёнкі';
$strAddFields = 'Дадаць новыя палі';
$strAddHeaderComment = 'Дадаць прыватны камэнтар у загаловак (\\n падзяляе радкі)';
$strAddIfNotExists = 'Дадаць IF NOT EXISTS';
@@ -46,8 +47,6 @@ $strAddSearchConditions = 'Дадаць умовы пошуку (цела для
$strAddToIndex = 'Дадаць да індэкса &nbsp;%s&nbsp;калёнку(і)';
$strAddUser = 'Дадаць новага карыстальніка';
$strAddUserMessage = 'Быў дададзены новы карыстальнік.';
$strAddedColumnComment = 'Даданы камэнтар да калёнкі';
$strAddedColumnRelation = 'Даданая сувязь для калёнкі';
$strAdministration = 'Адміністраваньне';
$strAffectedRows = 'Закранутыя радкі:';
$strAfter = 'Пасьля %s';
@@ -58,13 +57,15 @@ $strAfterInsertSame = 'Вярнуцца да гэтай старонкі';
$strAll = 'Усе';
$strAllTableSameWidth = 'Паказаць усе табліцы аднолькавай шырыні?';
$strAlterOrderBy = 'Зьмяніць парадак табліцы';
$strAnIndex = 'Быў дададзены індэкс для %s';
$strAnalyzeTable = 'Аналізаваць табліцу';
$strAnd = 'І';
$strAndThen = 'і пасьля';
$strAnIndex = 'Быў дададзены індэкс для %s';
$strAny = 'Любы';
$strAnyHost = 'Любы хост';
$strAnyUser = 'Любы карыстальнік';
$strApproximateCount = 'Можа быць прыблізным. Гл. FAQ 3.11';
$strAPrimaryKey = 'Першасны ключ быў дададзены да %s';
$strArabic = 'Арабская';
$strArmenian = 'Армянская';
$strAscending = 'прамы';
@@ -78,15 +79,15 @@ $strBack = 'Назад';
$strBaltic = 'Балтыйская';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Двойкавы';
$strBinaryDoNotEdit = 'Двойкавыя дадзеныя — не рэдагуюцца';
$strBinaryLog = 'Двойкавы лог';
$strBinLogEventType = 'Тып падзеі';
$strBinLogInfo = 'Інфармацыя';
$strBinLogName = 'Імя логу';
$strBinLogOriginalPosition = 'Першапачатковая пазыцыя';
$strBinLogPosition = 'Пазыцыя';
$strBinLogServerId = 'ID сэрвэра';
$strBinary = 'Двойкавы';
$strBinaryDoNotEdit = 'Двойкавыя дадзеныя — не рэдагуюцца';
$strBinaryLog = 'Двойкавы лог';
$strBookmarkAllUsers = 'Даць кожнаму карыстальніку доступ да гэтай закладкі';
$strBookmarkDeleted = 'Закладка была выдаленая.';
$strBookmarkLabel = 'Метка';
@@ -94,10 +95,10 @@ $strBookmarkOptions = 'Налады закладкі';
$strBookmarkQuery = 'Закладзены SQL-запыт';
$strBookmarkThis = 'Дадаць гэты SQL-запыт у закладкі';
$strBookmarkView = 'Толькі прагляд';
$strBrowse = 'Прагляд';
$strBrowseForeignValues = 'Праглядзець зьнешнія значэньні';
$strBufferPool = 'Пул буфэру';
$strBrowse = 'Прагляд';
$strBufferPoolActivity = 'Актыўнасьць пулу буфэру';
$strBufferPool = 'Пул буфэру';
$strBufferPoolUsage = 'Выкарыстаньне пулу буфэру';
$strBufferReadMisses = 'Пропускаў чытаньня';
$strBufferReadMissesInPercent = 'Пропускаў чытаньня ў %';
@@ -108,7 +109,6 @@ $strBusyPages = 'Занятых старонак';
$strBzError = 'phpMyAdmin ня можа сьціснуць дамп з-за праблемаў з пашырэньнем Bz2 у гэтай вэрсіі PHP. Строга рэкамэндуецца вызначыць значэньне дырэктывы <code>$cfg[\'BZipDump\']</code> у вашым канфігурацыйным файле phpMyAdmin як <code>FALSE</code>. Калі вы жадаеце выкарыстоўваць Bz2-сьціск, вам неабходна абнавіць вэрсію PHP. Зьварніцеся да PHP bug report %s для больш падрабязнай інфармацыі.';
$strBzip = 'сьціскаць у bzip';
$strCSVOptions = 'Опцыі CSV';
$strCalendar = 'Каляндар';
$strCannotLogin = 'Немагчыма залагавацца на сэрвэр MySQL';
$strCantLoad = 'немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю PHP';
@@ -120,19 +120,19 @@ $strCarriage = 'Сымбаль звароту карэткі: \\r';
$strCaseInsensitive = 'без уліку рэгістру';
$strCaseSensitive = 'з улікам рэгістру';
$strCentralEuropean = 'Цэнтральнаэўрапейская';
$strChange = 'Зьмяніць';
$strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...';
$strChangeCopyModeCopy = '... пакінуць старога.';
$strChangeCopyModeDeleteAndReload = ' ... выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strChangeCopyModeJustDelete = ' ... выдаліць старога з табліцы карыстальнікаў.';
$strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...';
$strChangeCopyModeRevoke = ' ... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго.';
$strChangeCopyUser = 'Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка';
$strChange = 'Зьмяніць';
$strChangeDisplay = 'Выберыце поле для адлюстраваньня';
$strChangePassword = 'Зьмяніць пароль';
$strCharset = 'Кадыроўка';
$strCharsetOfFile = 'Кадыроўка файла:';
$strCharsets = 'Кадыроўкі';
$strCharsetsAndCollations = 'Раскладкі і супастаўленьні';
$strCharsets = 'Кадыроўкі';
$strCheckAll = 'Адзначыць усё';
$strCheckOverhead = 'Адзначыць тыя, што патрабуюць аптымізацыі';
$strCheckPrivs = 'Праверыць прывілеі';
@@ -157,25 +157,43 @@ $strConstraintsForDumped = 'Абмежаваньні для экспартава
$strConstraintsForTable = 'Абмежаваньні для табліцы';
$strCookiesRequired = 'Cookies мусяць быць уключанымі пасьля гэтага месца.';
$strCopyDatabaseOK = 'База дадзеных %s была скапіяваная ў %s';
$strCopy = 'Скапіяваць';
$strCopyTable = 'Скапіяваць табліцу ў (база дадзеных<b>.</b>табліца):';
$strCopyTableOK = 'Табліца %s была скапіяваная ў %s.';
$strCopyTableSameNames = 'Немагчыма скапіяваць табліцу ў саму сябе!';
$strCouldNotKill = 'phpMyAdmin ня можа спыніць працэс %s. Напэўна, ён ужо спынены.';
$strCreate = 'Стварыць';
$strCreateDatabaseBeforeCopying = 'выканаць CREATE DATABASE перад капіяваньнем';
$strCreateIndex = 'Стварыць індэкс на&nbsp;%s&nbsp;калёнках';
$strCreateIndexTopic = 'Стварыць новы індэкс';
$strCreateNewDatabase = 'Стварыць новую базу дадзеных';
$strCreateNewTable = 'Стварыць новую табліцу ў БД %s';
$strCreate = 'Стварыць';
$strCreatePage = 'Стварыць новую старонку';
$strCreatePdfFeat = 'Стварэньне PDF-файлаў';
$strCreationDates = 'Стварэньне/Абнаўленьне/Праверка дат';
$strCriteria = 'Крытэр';
$strCroatian = 'Харвацкая';
$strCSVOptions = 'Опцыі CSV';
$strCyrillic = 'Кірылічная';
$strCzech = 'Чэская';
$strCzechSlovak = 'Чэхаславацкая';
$strCzech = 'Чэская';
$strDanish = 'Дацкая';
$strData = 'Дадзеныя';
$strDatabase = 'База дадзеных';
$strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!';
$strDatabaseExportOptions = 'Налады экспарту базы дадзеных';
$strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.';
$strDatabaseNoTable = 'Гэта база дадзеных ня ўтрымлівае табліц!';
$strDatabases = 'Базы дадзеных';
$strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.';
$strDatabasesStatsDisable = 'Адключыць статыстыку';
$strDatabasesStatsEnable = 'Уключыць статыстыку';
$strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.';
$strDatabasesStats = 'Статыстыка базаў дадзеных';
$strDataDict = 'Слоўнік дадзеных';
$strDataOnly = 'Толькі дадзеныя';
$strDataPages = 'Старонак з дадзенымі';
$strDBComment = 'Камэнтар да базы дадзеных: ';
$strDBCopy = 'Капіяваць базу дадзеных у';
$strDBGContext = 'Кантэкст';
@@ -187,73 +205,57 @@ $strDBGMinTimeMs = 'Мінімальны час, мс';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Час/Зварот, мс';
$strDBGTotalTimeMs = 'Агульны час, мс';
$strDBRename = 'Перайменаваць базу дадзеных у';
$strDanish = 'Дацкая';
$strData = 'Дадзеныя';
$strDataDict = 'Слоўнік дадзеных';
$strDataOnly = 'Толькі дадзеныя';
$strDataPages = 'Старонак з дадзенымі';
$strDatabase = 'База дадзеных';
$strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!';
$strDatabaseExportOptions = 'Налады экспарту базы дадзеных';
$strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.';
$strDatabaseNoTable = 'Гэта база дадзеных ня ўтрымлівае табліц!';
$strDatabases = 'Базы дадзеных';
$strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.';
$strDatabasesStats = 'Статыстыка базаў дадзеных';
$strDatabasesStatsDisable = 'Адключыць статыстыку';
$strDatabasesStatsEnable = 'Уключыць статыстыку';
$strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.';
$strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзеных';
$strDBRename = 'Перайменаваць базу дадзеных у';
$strDbSpecific = 'спэцыфічны для базы дадзеных';
$strDefault = 'Па змоўчаньні';
$strDefaultEngine = '%s зьяўляецца машынай захаваньня дадзеных па змоўчаньні на гэтым MySQL-сэрвэры.';
$strDefault = 'Па змоўчаньні';
$strDefaultValueHelp = 'Для значэньняў па змоўчаньні, калі ласка, увядзіце проста значэньне, без выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a';
$strDefragment = 'Дэфрагмэнтаваць табліцу';
$strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?';
$strDelayedInserts = 'Выкарыстоўваць адкладзеныя ўстаўкі';
$strDelete = 'Выдаліць';
$strDeleteAndFlush = 'Выдаліць карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strDeleteAndFlushDescr = 'Гэта лепшы спосаб, але перазагрузка прывілеяў можа заняць пэўны час.';
$strDelete = 'Выдаліць';
$strDeleted = 'Радок быў выдалены';
$strDeletedRows = 'Выдаленыя радкі:';
$strDeleting = 'Выдаленьне %s';
$strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?';
$strDescending = 'адваротны';
$strDescription = 'Апісаньне';
$strDictionary = 'слоўнік';
$strDirtyPages = 'Брудных старонак';
$strDisableForeignChecks = 'Адключыць праверку зьнешніх ключоў';
$strDisabled = 'Адключана';
$strDisableForeignChecks = 'Адключыць праверку зьнешніх ключоў';
$strDisplayFeat = 'Паказваць магчымасьці';
$strDisplayOrder = 'Парадак прагляду:';
$strDisplayPDF = 'Паказаць PDF-схему';
$strDoAQuery = 'Выканаць "запыт згодна прыклада" (сымбаль падстаноўкі: "%")';
$strDoYouReally = 'Ці сапраўды вы жадаеце ';
$strDocu = 'Дакумэнтацыя';
$strDoYouReally = 'Ці сапраўды вы жадаеце ';
$strDrop = 'Выдаліць';
$strDropDatabaseStrongWarning = 'Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!';
$strDropSelectedDatabases = 'Выдаліць выбраныя базы дадзеных';
$strDropUsersDb = 'Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі.';
$strDumpingData = 'Дамп дадзеных табліцы';
$strDumpSaved = 'Дамп захаваны ў файл %s.';
$strDumpXRows = 'Дамп %s радкоў, пачынаючы з %s.';
$strDumpingData = 'Дамп дадзеных табліцы';
$strDynamic = 'дынамічны';
$strEdit = 'Рэдагаваць';
$strEditPDFPages = 'Рэдагаваць PDF-старонкі';
$strEditPrivileges = 'Рэдагаваць прывілеі';
$strEdit = 'Рэдагаваць';
$strEffective = 'Эфэктыўнасьць';
$strEmpty = 'Ачысьціць';
$strEmptyResultSet = 'MySQL вярнула пусты вынік (то бок нуль радкоў).';
$strEnabled = 'Уключана';
$strEncloseInTransaction = 'Экспартаваць за адну транзакцыю';
$strEnd = 'Канец';
$strEndCut = 'END CUT';
$strEnd = 'Канец';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s даступная на гэтым MySQL-сэрвэры.';
$strEngineDisabled = '%s была адключаная для рэтага MySQL-сэрвэра.';
$strEngineUnsupported = 'Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s.';
$strEngines = 'Машыны';
$strEngineUnsupported = 'Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s.';
$strEnglish = 'Ангельская';
$strEnglishPrivileges = ' Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску ';
$strError = 'Памылка';
@@ -268,30 +270,32 @@ $strExtendedInserts = 'Пашыраныя ўстаўкі';
$strExtra = 'Дадаткова';
$strFailedAttempts = 'Няўдалых спробаў';
$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле %s было выдаленае';
$strFields = алі';
$strField = оле';
$strFieldsEmpty = ' Ня ўведзеная колькасьць палёў! ';
$strFieldsEnclosedBy = 'Палі ўзятыя ў';
$strFieldsEscapedBy = 'Палі экрануюцца';
$strFields = 'Палі';
$strFieldsTerminatedBy = 'Палі падзеленыя';
$strFileAlreadyExists = 'Файл %s ужо існуе на сэрвэры, зьмяніце імя файла або праверце опцыю перазапісу.';
$strFileCouldNotBeRead = 'Немагчыма прачытаць файл';
$strFileNameTemplate = 'Шаблён назвы файла';
$strFileNameTemplateHelp = 'Выкарыстоўвайце __DB__ для назвы базы дадзеных, __TABLE__ для назвы табліцы і %sлюбыя strftime%s опцыі для вызначэньня меткі часу, пашырэньне будзе дададзенае аўтаматычна. Любы іншы тэкст будзе захаваны.';
$strFileNameTemplate = 'Шаблён назвы файла';
$strFileNameTemplateRemember = 'запомніць шаблён';
$strFixed = 'фіксаваны';
$strFlushPrivilegesNote = 'Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце.';
$strFlushTable = 'Скінуць кэш табліцы ("FLUSH")';
$strFormEmpty = 'Не зададзенае значэньне ў форме!';
$strFormat = 'Фармат';
$strFormEmpty = 'Не зададзенае значэньне ў форме!';
$strFreePages = 'Вольных старонак';
$strFullText = 'Поўныя тэксты';
$strFunction = 'Функцыя';
$strGenBy = 'Створаны';
$strGenTime = 'Час стварэньня';
$strGeneralRelationFeat = 'Магчымасьці асноўных сувязяў';
$strGenerate = 'Згэнэраваць';
$strGeneratePassword = 'Згэнэраваць пароль';
$strGenTime = 'Час стварэньня';
$strGeorgian = 'Грузінская';
$strGerman = 'Нямецкая';
$strGlobal = 'глябальны';
@@ -302,10 +306,6 @@ $strGrantOption = 'Grant';
$strGreek = 'Грэцкая';
$strGzip = 'архіваваны ў gzip';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Опцыі Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Опцыі Microsoft Word 2000';
$strHasBeenAltered = 'была зьмененая.';
$strHasBeenCreated = 'была створаная.';
$strHaveToShow = 'Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня';
@@ -313,8 +313,12 @@ $strHebrew = 'Габрэйская';
$strHexForBinary = 'Выкарыстоўваць шаснаццаткавыя лікі для двойкавых палёў';
$strHome = 'Да пачатку';
$strHomepageOfficial = 'Афіцыйная старонка phpMyAdmin';
$strHost = 'Хост';
$strHostEmpty = 'Пустое імя хосту!';
$strHost = 'Хост';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Опцыі Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Опцыі Microsoft Word 2000';
$strHungarian = 'Вугорская';
$strIcelandic = 'Ісьляндзкая';
@@ -327,8 +331,8 @@ $strIgnoringFile = 'Файл %s праігнараваны';
$strImportDocSQL = 'Імпартаваць файлы docSQL';
$strImportFiles = 'Імпартаваць файлы';
$strImportFinished = 'Імпартаваньне завершанае';
$strInUse = 'выкарыстоўваецца';
$strIndex = 'Індэкс';
$strIndexes = 'Індэксы';
$strIndexHasBeenDropped = 'Індэкс %s быў выдалены';
$strIndexName = 'Імя індэкса:';
$strIndexType = 'Тып індэкса:';
@@ -336,48 +340,52 @@ $strIndexWarningMultiple = 'Больш за адзін %s ключ быў ств
$strIndexWarningPrimary = 'Абодва ключы PRIMARY і INDEX павінны быць вызначаны для калёнкі `%s`';
$strIndexWarningTable = 'Праблемы з індэксамі для табліцы `%s`';
$strIndexWarningUnique = 'Абодва ключы UNIQUE і INDEX павінны быць вызначаны для калёнкі `%s`';
$strIndexes = 'Індэксы';
$strInnoDBAutoextendIncrement = 'Аўтапашыральнае прыпашчэньне';
$strInnoDBAutoextendIncrementDesc = ' Памер прырашчэньня для пашырэньня памеру прасторы аўтапашыральнай табліцы, калі яна запоўніцца.';
$strInnoDBBufferPoolSize = 'Памер пулу буфэру';
$strInnoDBBufferPoolSizeDesc = 'Памер буфэру ў памяці, які InnoDB выкарыстоўвае для кэшаваньня дадзеных і індэксаў табліц.';
$strInnoDBBufferPoolSize = 'Памер пулу буфэру';
$strInnoDBDataFilePath = 'Файлы дадзеных';
$strInnoDBDataHomeDir = 'Хатняя тэчка дадзеных';
$strInnoDBDataHomeDirDesc = 'Агульная частка шляху тэчкі да ўсіх файлаў дадзеных InnoDB.';
$strInnoDBDataHomeDir = 'Хатняя тэчка дадзеных';
$strInnoDBPages = 'старонак';
$strInnodbStat = 'Стан InnoDB';
$strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.';
$strInsert = 'Уставіць';
$strInsertAsNewRow = 'Уставіць як новы радок';
$strInsertBookmarkTitle = 'Калі ласка, устаўце назву закладкі';
$strInsertNewRow = 'Уставіць новы радок';
$strInsertTextfiles = 'Уставіць дадзеныя з тэкставага файла ў табліцу';
$strInsertedRowId = 'Id устаўленага радка:';
$strInsertedRows = 'Даданыя радкі:';
$strInsertNewRow = 'Уставіць новы радок';
$strInsert = 'Уставіць';
$strInsertTextfiles = 'Уставіць дадзеныя з тэкставага файла ў табліцу';
$strInstructions = 'Інструкцыі';
$strInternalNotNecessary = '* Унутраная сувязь не зьяўляецца абавязковай, калі яна ўжо існуе ў InnoDB.';
$strInternalRelations = 'Унутраныя сувязі';
$strInUse = 'выкарыстоўваецца';
$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.';
$strInvalidFieldAddCount = 'Трэба дадаць прынамсі адно поле.';
$strInvalidFieldCount = 'Табліца мусіць мець прынамсі адно поле.';
$strInvalidRowNumber = '%d не зьяўляецца карэктным нумарам радка.';
$strJapanese = 'Японская';
$strJumpToDB = 'Перайсьці да базы дадзеных &quot;%s&quot;.';
$strJustDelete = 'Проста выдаліць карыстальнікаў з табліц прывілеяў.';
$strJustDeleteDescr = '&quot;Выдаленыя&quot; карыстальнікі ўсё яшчэ змогуць атрымаць доступ да сэрвэра як звычайна, пакуль прывілеі ня будуць перазагружаныя.';
$strJustDelete = 'Проста выдаліць карыстальнікаў з табліц прывілеяў.';
$strKeepPass = 'Не зьмяняць пароль';
$strKeyname = 'Імя ключа';
$strKill = 'Спыніць';
$strKorean = 'Карэйская';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Опцыі LaTeX';
$strLandscape = 'Краявід';
$strLatchedPages = 'Фіксаваныя старонкі';
$strLatexCaption = 'Загаловак табліцы';
$strLatexContent = 'Зьмесьціва табліцы __TABLE__';
$strLatexContinued = '(працяг)';
$strLatexContinuedCaption = 'Працягнуты загаловак табліцы';
$strLatexContinued = '(працяг)';
$strLatexIncludeCaption = 'Уключыць загаловак табліцы';
$strLatexLabel = 'Ключ меткі';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Опцыі LaTeX';
$strLatexStructure = 'Структура табліцы __TABLE__';
$strLatvian = 'Латвійская';
$strLengthSet = 'Даўжыня/Значэньні*';
@@ -391,28 +399,28 @@ $strLoadExplanation = 'Найлепшы мэтад адзначаны па зм
$strLoadMethod = 'Спосаб загрузкі';
$strLocalhost = 'Лякальны';
$strLocationTextfile = 'Месцазнаходжаньне тэкставага файла';
$strLoginInformation = 'Інфармацыя пра ўваход';
$strLogin = 'Уваход у сыстэму';
$strLogout = 'Выйсьці з сыстэмы';
$strLogPassword = 'Пароль:';
$strLogServer = 'Сэрвэр';
$strLogUsername = 'Імя карыстальніка:';
$strLogin = 'Уваход у сыстэму';
$strLoginInformation = 'Інфармацыя пра ўваход';
$strLogout = 'Выйсьці з сыстэмы';
$strLongOperation = 'Гэтая апэрацыя можа заняць шмат часу. Працягваць?';
$strMIMETypesForTable = 'MIME-тыпы табліцы';
$strMIME_MIMEtype = 'MIME-тып';
$strMaximumSize = 'Максымальны памер: %s%s';
$strMbExtensionMissing = 'Пашырэньне PHP mbstring ня знойдзенае, а вы, здаецца, выкарыстоўваеце шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў.';
$strMbOverloadWarning = 'Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!';
$strMIME_available_mime = 'Даступныя MIME-тыпы';
$strMIME_available_transform = 'Даступныя пераўтварэньні';
$strMIME_description = 'Апісаньне';
$strMIME_MIMEtype = 'MIME-тып';
$strMIME_nodescription = 'Няма даступных апісаньняў для гэтага пераўтварэньня.<br />Калі ласка, спытайце аўтара, што робіць %s.';
$strMIME_transformation = 'Пераўтварэньне MIME-тыпу браўзэрам';
$strMIME_transformation_note = 'Для атрыманьня сьпісу даступных опцыяў трансфармацыі і пераўтварэньняў іхных MIME-тыпаў, націсьніце на %sапісаньні пераўтварэньняў%s';
$strMIME_transformation_options = 'Опцыі пераўтварэньня';
$strMIME_transformation_options_note = 'Калі ласка, уводзьце значэньні опцыяў пераўтварэньня выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...<br />Калі вам трэба ўжыць зваротны слэш ("\") або апостраф ("\'") у гэтых значэньнях, устаўце зваротны слэш перад імі (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
$strMIMETypesForTable = 'MIME-тыпы табліцы';
$strMIME_without = 'MIME-тыпы, вылучаныя курсівам, ня маюць асобнай функцыі пераўтварэньня';
$strMaximumSize = 'Максымальны памер: %s%s';
$strMbExtensionMissing = 'Пашырэньне PHP mbstring ня знойдзенае, а вы, здаецца, выкарыстоўваеце шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў.';
$strMbOverloadWarning = 'Вы ўключылі mbstring.func_overload у вашым канфігурацыйным файле PHP. Гэтая опцыя несумяшчальная з phpMyAdmin і можа выклікаць пашкоджаньне дадзеных!';
$strModifications = 'Мадыфікацыі былі захаваныя';
$strModify = 'Зьмяніць';
$strModifyIndexTopic = 'Зьмяніць індэкс';
@@ -422,18 +430,18 @@ $strMoveTableOK = 'Табліца %s была перанесеная ў %s.';
$strMoveTableSameNames = 'Немагчыма перанесьці табліцу ў саму сябе!';
$strMultilingual = 'шматмоўная';
$strMustSelectFile = 'Вам трэба выбраць файл, які вы хочаце ўставіць.';
$strMyISAMDataPointerSize = 'Памер указальніка на дадзеныя';
$strMyISAMDataPointerSizeDesc = 'Значэньне па змоўчаньні памеру ўказальніка ў байтах, для выкарыстаньня ў CREATE TABLE для табліц MyISAM, калі ня вызначаная опцыя MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Максымальны памер часовых файлаў для стварэньня індэксу';
$strMyISAMDataPointerSize = 'Памер указальніка на дадзеныя';
$strMyISAMMaxExtraSortFileSizeDesc = 'Калі памер часовага файла, які выкарыстоўваецца для хуткага стварэньня індэксу MyISAM, будзе большы, чым выкарыстаньне для кэшу ключоў памеру, пазначанага тут, выберыце мэтад кэшаваньня ключоў.';
$strMyISAMMaxSortFileSize = 'Максымальны памер для часовых файлаў сартаваньня';
$strMyISAMMaxExtraSortFileSize = 'Максымальны памер часовых файлаў для стварэньня індэксу';
$strMyISAMMaxSortFileSizeDesc = 'Максымальны памер часовага файла MySQL, які дазволена выкарыстоўваць для перастварэньня індэксу MyISAM (падчас REPAIR TABLE, ALTER TABLE, або LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Рэжым аўтаматычнага ўзнаўленьня';
$strMyISAMMaxSortFileSize = 'Максымальны памер для часовых файлаў сартаваньня';
$strMyISAMRecoverOptionsDesc = 'Рэжым для аўтаматычнага ўзнаўленьня пашкоджаных табліц MyISAM, як вызначаны праз опцыю --myisam-recover загрузкі сэрвэра.';
$strMyISAMRepairThreads = 'Патокаў узнаўленьня';
$strMyISAMRecoverOptions = 'Рэжым аўтаматычнага ўзнаўленьня';
$strMyISAMRepairThreadsDesc = 'Калі гэтае значэньне большае за 1, індэксы табліц MyISAM будуць стварацца паралельна (кожны індэкс у сваім уласным патоку) падчас узнаўленьня працэсам сартаваньня.';
$strMyISAMSortBufferSize = 'Памер буфэру сартаваньня';
$strMyISAMRepairThreads = 'Патокаў узнаўленьня';
$strMyISAMSortBufferSizeDesc = 'Буфэр, які выдзяляецца для сартаваньня індэксаў MyISAM падчас REPAIR TABLE або падчас стварэньня індэксаў, выкарыстоўваючы CREATE INDEX ці ALTER TABLE.';
$strMyISAMSortBufferSize = 'Памер буфэру сартаваньня';
$strMySQLCharset = 'Кадыроўка MySQL';
$strMySQLConnectionCollation = 'Супастаўленьне падлучэньня да MySQL';
$strMySQLReloaded = 'MySQL перазагружаная.';
@@ -446,7 +454,6 @@ $strMySQLShowVars = 'Паказаць сыстэмныя зьменныя MySQL'
$strName = 'Назва';
$strNeedPrimaryKey = 'Вам трэба вызначыць першасны ключ для гэтай табліцы.';
$strNext = 'Наступны';
$strNo = 'Не';
$strNoActivity = 'Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце зноў';
$strNoDatabases = 'Базы дадзеных адсутнічаюць';
$strNoDatabasesSelected = 'Ня выбраная база дадзеных.';
@@ -455,9 +462,11 @@ $strNoDetailsForEngine = 'Для гэтай машыны захаваньня д
$strNoDropDatabases = 'Каманды "DROP DATABASE" адключаныя.';
$strNoExplain = 'Не тлумачыць SQL';
$strNoFrames = 'Для работы phpMyAdmin патрэбны браўзэр з падтрымкай <b>фрэймаў</b>.';
$strNo = 'Не';
$strNoIndex = 'Індэкс ня вызначаны!';
$strNoIndexPartsDefined = 'Часткі індэксу ня вызначаныя!';
$strNoModification = 'Няма зьменаў';
$strNone = 'Няма';
$strNoOptions = 'Гэты фармат ня мае опцыяў';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Вэб-сэрвэр ня мае дазволу для захаваньня ў файл %s.';
@@ -469,19 +478,18 @@ $strNoRowsSelected = 'Ніводны радок ня выбраны';
$strNoSpace = 'Недастаткова месца для захаваньня ў файл %s.';
$strNoTablesFound = 'У бадзе дадзеных табліц ня выяўлена.';
$strNoThemeSupport = 'Тэмы не падтрымліваюцца; калі ласка, праверце вашую канфігурацыю і/або вашыя тэмы ў тэчцы %s.';
$strNoUsersFound = 'Не знойдзены карыстальнік.';
$strNoValidateSQL = 'Не правяраць SQL';
$strNone = 'Няма';
$strNotNumber = 'Гэта ня лік!';
$strNotOK = 'не OK';
$strNotSet = 'Табліца <b>%s</b> ня знойдзеная або ня вызначаная ў %s';
$strNoUsersFound = 'Не знойдзены карыстальнік.';
$strNoValidateSQL = 'Не правяраць SQL';
$strNull = 'Нуль';
$strNumSearchResultsInTable = '%s супадзеньняў у табліцы <i>%s</i>';
$strNumSearchResultsTotal = '<b>Агулам:</b> <i>%s</i> супадзеньняў';
$strNumTables = 'Табліц';
$strOK = 'OK';
$strOftenQuotation = 'Звычайна, двукосьсе. "Па выбару" азначае, што толькі палі char і varchar бяруцца ў двукосьсе.';
$strOK = 'OK';
$strOperations = 'Апэрацыі';
$strOperator = 'Апэратар';
$strOptimizeTable = 'Аптымізаваць табліцу';
@@ -491,16 +499,14 @@ $strOr = 'Або';
$strOverhead = 'Выкарыстаньне рэсурсаў';
$strOverwriteExisting = 'Перазапісваць існуючы(я) файл(ы)';
$strPHP40203 = 'Вы выкарыстоўваеце PHP 4.2.3, якая мае сур\'ёзныя памылкі пры рабоце з шматбайтавымі радкамі (mbstring). Глядзіце паведамленьне пра памылку PHP 19404. Гэта вэрсія PHP не рэкамэндуецца для выкарыстаньня з phpMyAdmin.';
$strPHPVersion = 'Вэрсія PHP';
$strPageNumber = 'Старонка:';
$strPagesToBeFlushed = 'Скінуць кэш старонак';
$strPaperSize = 'Памер паперы';
$strPartialText = 'Частковыя тэксты';
$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s пасьпяхова зьменены.';
$strPasswordEmpty = 'Пусты пароль!';
$strPasswordHashing = 'Хэшаваньне паролю';
$strPassword = 'Пароль';
$strPasswordNotSame = 'Паролі не супадаюць!';
$strPdfDbSchema = 'Структура базы "%s" — старонка %s';
$strPdfInvalidTblName = 'Табліцы "%s" не існуе!';
@@ -510,7 +516,9 @@ $strPerMinute = 'у хвіліну';
$strPerSecond = 'у сэкунду';
$strPersian = 'Пэрсыдзкая';
$strPhoneBook = 'тэлефонная кніга';
$strPHP40203 = 'Вы выкарыстоўваеце PHP 4.2.3, якая мае сур\'ёзныя памылкі пры рабоце з шматбайтавымі радкамі (mbstring). Глядзіце паведамленьне пра памылку PHP 19404. Гэта вэрсія PHP не рэкамэндуецца для выкарыстаньня з phpMyAdmin.';
$strPhp = 'Стварыць PHP-код';
$strPHPVersion = 'Вэрсія PHP';
$strPmaDocumentation = 'Дакумэнтацыя па phpMyAdmin';
$strPmaUriError = 'Дырэктыва <tt>$cfg[\'PmaAbsoluteUri\']</tt> ПАВІННА быць вызначаная ў вашым канфігурацыйным файле!';
$strPolish = 'Польская';
@@ -537,8 +545,8 @@ $strPrivDescCreateView = 'Дазваляе ствараць новыя праг
$strPrivDescDelete = 'Дазваляе выдаляць дадзеныя.';
$strPrivDescDropDb = 'Дазваляе выдаляць базы дадзеных і табліцы.';
$strPrivDescDropTbl = 'Дазваляе выдаляць табліцы.';
$strPrivDescExecute = 'Дазваляе выкананьне захаваных працэдур; Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescExecute5 = 'Дазваляе выкананьне праграмаў, якія захоўваюцца.';
$strPrivDescExecute = 'Дазваляе выкананьне захаваных працэдур; Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescFile = 'Дазваляе імпартаваць дадзеныя з файлаў і экспартаваць дадзеныя ў файлы.';
$strPrivDescGrant = 'Дазваляе дадаваць карыстальнікаў і прывілеі без перазагрузкі табліц прывілеяў.';
$strPrivDescIndex = 'Дазваляе ствараць і выдаляць індэксы.';
@@ -576,20 +584,19 @@ $strQueryTime = 'Запыт выконваўся %01.4f сэк';
$strQueryType = 'Тып запыту';
$strQueryWindowLock = 'Не перазапісвайце гэты запыт у іншых вокнах';
$strReType = 'Пацьверджаньне';
$strReadRequests = 'Запыты чытаньня';
$strReceived = 'Атрымана';
$strRecords = 'Запісы';
$strReferentialIntegrity = 'Праверыць цэласнасьць дадзеных:';
$strRefresh = 'Абнавіць';
$strRelationNotWorking = 'Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб высьветліць чаму, націсьніце %sтут%s.';
$strRelationView = 'Прагляд залежнасьцяў';
$strRelationalSchema = 'Рэляцыйная схема';
$strRelations = 'Сувязі';
$strRelationNotWorking = 'Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб высьветліць чаму, націсьніце %sтут%s.';
$strRelationsForTable = 'Сувязі ў табліцы';
$strRelations = 'Сувязі';
$strRelationView = 'Прагляд залежнасьцяў';
$strReloadFailed = 'Перазагрузка MySQL скончылася няўдала.';
$strReloadMySQL = 'Перазагрузіць MySQL';
$strReloadingThePrivileges = 'Перазагрузіць прывілеі';
$strReloadMySQL = 'Перазагрузіць MySQL';
$strRemoveSelectedUsers = 'Выдаліць выбраных карыстальнікаў';
$strRenameDatabaseOK = 'База дадзеных %s была перайменаваная ў %s';
$strRenameTable = 'Перайменаваць табліцу ў';
@@ -600,6 +607,7 @@ $strReplaceNULLBy = 'Замяняць NULL на';
$strReplaceTable = 'Замяніць дадзеныя табліцы дадзенымі з файла';
$strReset = 'Скінуць';
$strResourceLimits = 'Абмежаваньні рэсурсаў';
$strReType = 'Пацьверджаньне';
$strRevoke = 'Ануляваць';
$strRevokeAndDelete = 'Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх.';
$strRevokeAndDeleteDescr = 'Карыстальнікі ўсё яшчэ будуць мець прывілеі карыстаньня (USAGE), пакуль прывілеі ня будуць перазагружаныя.';
@@ -607,35 +615,24 @@ $strRevokeMessage = 'Вы анулявалі прывілеі для %s';
$strRomanian = 'Румынская';
$strRoutines = 'Праграмы';
$strRowLength = 'Даўжыня радка';
$strRowSize = ' Памер радка ';
$strRows = 'Радкі';
$strRowsFrom = 'радкоў, пачынаючы з запісу #';
$strRowSize = ' Памер радка ';
$strRowsModeFlippedHorizontal = 'гарызантальна (павернутыя загалоўкі)';
$strRowsModeHorizontal = 'гарызантальна';
$strRowsModeOptions = 'у рэжыме %s і паўтараць загалоўкі праз кожныя %s радкоў';
$strRowsModeVertical = 'вэртыкальна';
$strRowsStatistic = 'Статыстыка радку';
$strRunning = 'на %s';
$strRunQuery = 'Адправіць запыт';
$strRunSQLQuery = 'Выканаць SQL-запыт(ы) на базе дадзеных %s';
$strRunning = 'на %s';
$strRussian = 'Расейская';
$strSQL = 'SQL';
$strSQLExportCompatibility = 'Сумяшчальнасьць экспартаванага SQL';
$strSQLExportType = 'Тып экспарту';
$strSQLOptions = 'Опцыі SQL';
$strSQLParserBugMessage = 'Магчыма, вы знайшлі памылку ў SQL-парсэры. Калі ласка, уважліва праверце выш запыт і адпаведнасьць двукосьсяў у ім. Іншай магчымай прычынай памылкі можа быць тое, што вы загрузілі файл з двойкавымі дадзенымі па-за межамі тэксту, вылучанага двукосьсямі. Вы таксама можаце паспрабаваць адправіць ваш запыт з каманднага радка MySQL. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, можа таксама дапамагчы вам высьветліць прычыну праблему. Калі вы ўсё яшчэ маеце праблемы або парсэр паведамляе пра памылку, а з каманднага радку запыт выконваецца, калі ласка, скараціце ваш уведзены SQL-запыт да аднаго запыту, які выклікае памылку, і адпраўце паведамленьне пра памылку з блёкам дадзеных, пададзеных у сэкыці CUT ніжэй:';
$strSQLParserUserError = 'Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну памылкі';
$strSQLQuery = 'SQL-запыт';
$strSQLResult = 'SQL-вынік';
$strSQPBugInvalidIdentifer = 'Няправільны ідэнтыфікатар';
$strSQPBugUnclosedQuote = 'Незакрытае двукосьсе';
$strSQPBugUnknownPunctuation = 'Невядомы сымбаль пунктуацыі';
$strSave = 'Захаваць';
$strSaveOnServer = 'Захаваць на сэрвэры ў тэчцы %s';
$strScaleFactorSmall = 'Маштаб замалы для таго, каб схема займала ўсю старонку';
$strSearch = 'Пошук';
$strSearchFormTitle = 'Пошук у базе дадзеных';
$strSearch = 'Пошук';
$strSearchInTables = 'У табліцы(ах):';
$strSearchNeedle = 'Слова(ы) або значэньне(і) для пошуку (маска: "%"):';
$strSearchOption1 = 'прынамсі адно з словаў';
@@ -653,9 +650,9 @@ $strSelectNumRows = 'па запыту';
$strSelectTables = 'Выберыце табліцу(ы)';
$strSend = 'Захаваць як файл';
$strSent = 'Адпраўлена';
$strServer = 'Сэрвэр';
$strServerChoice = 'Выбар сэрвэра';
$strServerNotResponding = 'Сэрвэр не адказвае';
$strServer = 'Сэрвэр';
$strServerStatus = 'Бягучая інфармацыя';
$strServerStatusUptime = 'Гэты сэрвэр MySQL працуе %s. Ён быў запушчаны %s.';
$strServerTabProcesslist = 'Працэсы';
@@ -665,32 +662,43 @@ $strServerVars = 'Налады і зьменныя сэрвэра';
$strServerVersion = 'Вэрсія сэрвэра';
$strSessionValue = 'Значэньне сэсіі';
$strSetEnumVal = 'Калі тып поля "enum" або "set", калі ласка, уводзьце значэньні выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...<br />Калі вам патрэбна ўжыць зваротны слэш ("\") або апостраф ("\'") сярод гэтых значэньняў, пастаўце перад імі зваротны слэш (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
$strShow = 'Паказаць';
$strShowAll = 'Паказаць усе';
$strShowColor = 'Паказаць колер';
$strShowDatadictAs = 'Фармат слоўніка дадзеных';
$strShowFullQueries = 'Паказаць поўныя запыты';
$strShowGrid = 'Паказаць сетку';
$strShow = 'Паказаць';
$strShowingRecords = 'Паказаныя запісы';
$strShowPHPInfo = 'Паказаць інфармацыю пра PHP';
$strShowTableDimension = 'Паказаць разьмернасьць табліц';
$strShowTables = 'Паказаць табліцы';
$strShowThisQuery = ' Паказаць гэты запыт зноў ';
$strShowingRecords = 'Паказаныя запісы';
$strSimplifiedChinese = 'Кітайская спрошчаная';
$strSingly = '(асобна)';
$strSize = 'Памер';
$strSlovak = 'Славацкая';
$strSlovenian = 'Славенская';
$strSocketProblem = '(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)';
$strSort = 'Парадак';
$strSortByKey = 'Сартаваць па ключу';
$strSort = 'Парадак';
$strSpaceUsage = 'Выкарыстаньне прасторы';
$strSpanish = 'Гішпанская';
$strSplitWordsWithSpace = 'Словы падзеленыя прагалам (" ").';
$strSQLExportCompatibility = 'Сумяшчальнасьць экспартаванага SQL';
$strSQLExportType = 'Тып экспарту';
$strSQLOptions = 'Опцыі SQL';
$strSQLParserBugMessage = 'Магчыма, вы знайшлі памылку ў SQL-парсэры. Калі ласка, уважліва праверце выш запыт і адпаведнасьць двукосьсяў у ім. Іншай магчымай прычынай памылкі можа быць тое, што вы загрузілі файл з двойкавымі дадзенымі па-за межамі тэксту, вылучанага двукосьсямі. Вы таксама можаце паспрабаваць адправіць ваш запыт з каманднага радка MySQL. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, можа таксама дапамагчы вам высьветліць прычыну праблему. Калі вы ўсё яшчэ маеце праблемы або парсэр паведамляе пра памылку, а з каманднага радку запыт выконваецца, калі ласка, скараціце ваш уведзены SQL-запыт да аднаго запыту, які выклікае памылку, і адпраўце паведамленьне пра памылку з блёкам дадзеных, пададзеных у сэкыці CUT ніжэй:';
$strSQLParserUserError = 'Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну памылкі';
$strSQLQuery = 'SQL-запыт';
$strSQLResult = 'SQL-вынік';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Няправільны ідэнтыфікатар';
$strSQPBugUnclosedQuote = 'Незакрытае двукосьсе';
$strSQPBugUnknownPunctuation = 'Невядомы сымбаль пунктуацыі';
$strStatCheckTime = 'Апошняя праверка';
$strStatCreateTime = 'Створаная';
$strStatUpdateTime = 'Апошняе абнаўленьне';
$strStatement = 'Выразы';
$strStatUpdateTime = 'Апошняе абнаўленьне';
$strStatus = 'Стан';
$strStorageEngine = 'Машына захаваньня дадзеных';
$strStorageEngines = 'Машыны захаваньня дадзеных';
@@ -709,26 +717,26 @@ $strSwedish = 'Швэдзкая';
$strSwitchToDatabase = 'Перайсьці да скапіяванай базы дадзеных';
$strSwitchToTable = 'Перайсьці да скапіяванай табліцы';
$strTable = 'Табліца';
$strTableComments = 'Камэнтар да табліцы';
$strTableEmpty = 'Пустая назва табліцы!';
$strTableHasBeenDropped = 'Табліца %s была выдаленая';
$strTableHasBeenEmptied = 'Табліца %s была ачышчаная';
$strTableHasBeenFlushed = 'Кэш табліцы %s быў ачышчаны';
$strTableMaintenance = 'Абслугоўваньне табліцы';
$strTable = 'Табліца';
$strTableOfContents = 'Зьмест';
$strTableOptions = 'Опцыі табліцы';
$strTables = '%s табліц(ы)';
$strTableStructure = 'Структура табліцы';
$strTableType = 'Тып табліцы';
$strTables = '%s табліц(ы)';
$strTakeIt = 'гэтая';
$strTblPrivileges = 'Прывілеі, спэцыфічныя для табліцы';
$strTextAreaLength = ' З-за вялікай даўжыні,<br /> гэтае поле ня можа быць адрэдагаванае ';
$strThai = 'Тайляндзкая';
$strTheContent = 'Зьмесьціва файла было імпартаванае.';
$strTheContents = 'Зьмесьціва файла замяняе зьмесьціва выбранай табліцы ў радках з супадаючымі першасным або ўнікальным ключом.';
$strTheTerminator = 'Сымбаль сканчэньня палёў.';
$strTheme = 'Тэма / Стыль';
$strTheTerminator = 'Сымбаль сканчэньня палёў.';
$strThisHost = 'Гэты хост';
$strThisNotDirectory = 'Гэта ня тэчка';
$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.';
@@ -740,6 +748,7 @@ $strTraditionalChinese = 'Традыцыйная кітайская';
$strTraditionalSpanish = 'Традыцыйная гішпанская';
$strTraffic = 'Трафік';
$strTransformation_application_octetstream__download = 'Паказвае спасылку для загрузкі двойкавых дадзеных поля. Вы можаце выкарыстоўваць першую опцыю для вызначэньня імя файла або выкарыстоўвайце другую опцыю як імя поля, якое ўтрымлівае імя файла. Калі вы выкарыстоўваеце другую опцыю, вам трэба пакінуць першае поле пустым';
$strTransformation_application_octetstream__hex = 'Паказвае дадзеныя ў шаснаццаткавым выглядзе.';
$strTransformation_image_jpeg__inline = 'Паказвае націскальны эскіз; Опцыі — максымальная шырыня і вышыня ў піксэлах. Захоўваюцца пачатковыя прапорцыі.';
$strTransformation_image_jpeg__link = 'Паказвае спасылку для загрузкі гэтага малюнку.';
$strTransformation_image_png__inline = 'Праглядзець малюнак image/jpeg: убудаваны';
@@ -759,26 +768,26 @@ $strUnicode = 'Юнікод';
$strUnique = 'Унікальнае';
$strUnknown = 'невядома';
$strUnselectAll = 'Зьняць усе адзнакі';
$strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі';
$strUpdatePrivMessage = 'Вы зьмянілі прывілеі для %s.';
$strUpdateProfileMessage = 'Профіль быў адноўлены.';
$strUpdateQuery = 'Абнавіць запыт';
$strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі';
$strUpgrade = 'Вам трэба абнавіць %s да вэрсіі %s ці пазьнейшай.';
$strUsage = 'Выкарыстаньне';
$strUseBackquotes = 'Зваротнае двукосьсе ў імёнах табліц і палёў';
$strUseHostTable = 'Выкарыстоўваць табліцу хостаў';
$strUseTabKey = 'Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або CTRL+стрэлкі для перамяшчэньня ў любое іншае месца';
$strUseTables = 'Выкарыстоўваць табліцы';
$strUseTextField = 'Выкарыстоўваць тэкставае поле';
$strUseThisValue = 'Выкарыстоўваць гэта значэньне';
$strUser = 'Карыстальнік';
$strUserAlreadyExists = 'Карыстальнік %s ужо існуе!';
$strUser = 'Карыстальнік';
$strUserEmpty = 'Пустое імя карыстальніка!';
$strUserName = 'Імя карыстальніка';
$strUserNotFound = 'Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў.';
$strUserOverview = 'Карыстальнікі';
$strUsersDeleted = 'Выбраныя карыстальнікі былі пасьпяхова выдаленыя.';
$strUsersHavingAccessToDb = 'Карыстальнікі з правамі доступу да &quot;%s&quot;';
$strUseTabKey = 'Выкарыстоўвайце клявішу TAB для перамяшчэньня ад значэньня да значэньня або CTRL+стрэлкі для перамяшчэньня ў любое іншае месца';
$strUseTables = 'Выкарыстоўваць табліцы';
$strUseTextField = 'Выкарыстоўваць тэкставае поле';
$strUseThisValue = 'Выкарыстоўваць гэта значэньне';
$strValidateSQL = 'Праверыць SQL';
$strValidatorError = 'Немагчыма праініцыялізаваць праверку SQL. Калі ласка, праверце, ці ўсталяваныя ў вас неабходныя пашырэньні PHP, як гэта апісана ў %sдакумэнтацыі%s.';
@@ -786,13 +795,13 @@ $strValue = 'Значэньне';
$strVar = 'Зьменная';
$strVersionInformation = 'Інфармацыя пра вэрсію';
$strView = 'Выгляд';
$strViewDump = 'Праглядзець дамп (схему) табліцы';
$strViewDumpDB = 'Праглядзець дамп (схуму) базы дадзеных';
$strViewDumpDatabases = 'Праглядзець дамп (схему) базаў дадзеных';
$strViewDumpDB = 'Праглядзець дамп (схуму) базы дадзеных';
$strViewDump = 'Праглядзець дамп (схему) табліцы';
$strViewHasBeenDropped = 'Выгляд %s быў выдалены';
$strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў';
$strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў';
$strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў';
$strWelcome = 'Запрашаем у %s';
$strWestEuropean = 'Заходнеэўрапейская';
$strWildcard = 'шаблён';
@@ -810,13 +819,155 @@ $strYes = 'Так';
$strZeroRemovesTheLimit = 'Заўвага: Пазначэньне гэтых опцыяў як 0 (нуль) здымае абмежаваньне.';
$strZip = 'архіваваны ў zip';
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -23,17 +23,18 @@ $month = array('
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s <20><><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAPrimaryKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s';
$strAbortedClients = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAbsolutePathToDocSqlDir = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strAccessDenied = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAccessDeniedExplanation = 'phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> config.inc.php <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strAccessDenied = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddAutoIncrement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> AUTO_INCREMENT';
$strAddConstraints = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDropDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> DROP DATABASE';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAddHeaderComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\\n <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)';
$strAddIfNotExists = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> IF NOT EXISTS';
@@ -45,8 +46,6 @@ $strAddSearchConditions = '
$strAddToIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> &nbsp;%s&nbsp;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>)';
$strAddUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddUserMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strAddedColumnComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddedColumnRelation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAdministration = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAffectedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strAfter = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
@@ -57,13 +56,15 @@ $strAfterInsertSame = '
$strAll = '<27><><EFBFBD>';
$strAllTableSameWidth = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?';
$strAlterOrderBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAnIndex = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s';
$strAnalyzeTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAnd = '<27>';
$strAndThen = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAnIndex = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s';
$strAny = '<27><><EFBFBD><EFBFBD>';
$strAnyHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAnyUser = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strApproximateCount = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><>. FAQ 3.11';
$strAPrimaryKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s';
$strArabic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strArmenian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAscending = '<27><><EFBFBD><EFBFBD><EFBFBD>';
@@ -77,15 +78,15 @@ $strBack = '
$strBaltic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinaryDoNotEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinaryLog = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strBinLogEventType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinLogInfo = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinLogName = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strBinLogOriginalPosition = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinLogPosition = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinLogServerId = 'ID <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinaryDoNotEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBinaryLog = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strBookmarkAllUsers = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBookmarkDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strBookmarkLabel = '<27><><EFBFBD><EFBFBD><EFBFBD>';
@@ -93,10 +94,10 @@ $strBookmarkOptions = '
$strBookmarkQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strBookmarkThis = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBookmarkView = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBrowse = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBrowseForeignValues = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBufferPool = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBrowse = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBufferPoolActivity = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBufferPool = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBufferPoolUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBufferReadMisses = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strBufferReadMissesInPercent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %';
@@ -107,7 +108,6 @@ $strBusyPages = '
$strBzError = 'phpMyAdmin <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>-<2D><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Bz2 <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <code>$cfg[\'BZipDump\']</code> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> phpMyAdmin <20><> <code>FALSE</code>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Bz2-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> PHP bug report %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strBzip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> bzip';
$strCSVOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> CSV';
$strCalendar = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCannotLogin = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strCantLoad = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s;<br /><3E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP';
@@ -119,19 +119,19 @@ $strCarriage = '
$strCaseInsensitive = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCaseSensitive = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCentralEuropean = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strChange = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strChangeCopyMode = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ...';
$strChangeCopyModeCopy = '... <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strChangeCopyModeDeleteAndReload = ' ... <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strChangeCopyModeJustDelete = ' ... <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strChangeCopyMode = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ...';
$strChangeCopyModeRevoke = ' ... <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.';
$strChangeCopyUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strChange = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strChangeDisplay = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strChangePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCharset = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCharsetOfFile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strCharsets = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCharsetsAndCollations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCharsets = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strCheckOverhead = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCheckPrivs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -156,25 +156,43 @@ $strConstraintsForDumped = '
$strConstraintsForTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCookiesRequired = 'Cookies <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strCopyDatabaseOK = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
$strCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCopyTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><b>.</b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):';
$strCopyTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
$strCopyTableSameNames = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!';
$strCouldNotKill = 'phpMyAdmin <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strCreate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateDatabaseBeforeCopying = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CREATE DATABASE <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>&nbsp;%s&nbsp;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateIndexTopic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateNewTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> %s';
$strCreate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreatePage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreatePdfFeat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreationDates = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strCriteria = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCroatian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCSVOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> CSV';
$strCyrillic = <><CAB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCzech = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCzechSlovak = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCzech = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDanish = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabase = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabaseEmpty = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDatabaseExportOptions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabaseHasBeenDropped = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDatabaseNoTable = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDatabases = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesDropped = '%s <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDatabasesStatsDisable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesStatsEnable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesStatsHeavyTraffic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strDatabasesStats = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBComment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strDBCopy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDBGContext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -186,73 +204,57 @@ $strDBGMinTimeMs = '̳
$strDBGModule = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBGTimePerHitMs = '<27><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><>';
$strDBGTotalTimeMs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDanish = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataDict = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabase = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabaseEmpty = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDatabaseExportOptions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabaseHasBeenDropped = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDatabaseNoTable = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDatabases = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesDropped = '%s <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDatabasesStats = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesStatsDisable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesStatsEnable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDatabasesStatsHeavyTraffic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strDbPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDBRename = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strDbSpecific = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDefault = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDefaultEngine = '%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDefault = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDefaultValueHelp = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: a';
$strDefragment = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelOld = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. ֳ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?';
$strDelayedInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteAndFlush = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDeleteAndFlushDescr = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>.';
$strDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeletedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strDeleting = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
$strDelOld = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. ֳ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?';
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDescription = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDictionary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDirtyPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableForeignChecks = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisabled = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableForeignChecks = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisplayFeat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisplayOrder = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strDisplayPDF = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strDoAQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: "%")';
$strDoYouReally = <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDocu = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDoYouReally = <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDropDatabaseStrongWarning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>˲<EFBFBD><CBB2> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDropSelectedDatabases = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDropUsersDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strDumpingData = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDumpSaved = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> %s.';
$strDumpXRows = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
$strDumpingData = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDynamic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEditPDFPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PDF-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEditPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEffective = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>).';
$strEnabled = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEncloseInTransaction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strEndCut = 'END CUT';
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strEngineDisabled = '%s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strEngineUnsupported = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.';
$strEngines = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEngineUnsupported = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.';
$strEnglish = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEnglishPrivileges = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -267,30 +269,32 @@ $strExtendedInserts = '
$strExtra = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFailedAttempts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strField = '<27><><EFBFBD><EFBFBD>';
$strFieldHasBeenDropped = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFields = '<27><><EFBFBD><EFBFBD>';
$strField = '<27><><EFBFBD><EFBFBD>';
$strFieldsEmpty = ' <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>븢! ';
$strFieldsEnclosedBy = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strFieldsEscapedBy = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFields = '<27><><EFBFBD><EFBFBD>';
$strFieldsTerminatedBy = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFileAlreadyExists = '<27><><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strFileCouldNotBeRead = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strFileNameTemplate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strFileNameTemplateHelp = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> __DB__ <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, __TABLE__ <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s<><73><EFBFBD><EFBFBD><EFBFBD> strftime%s <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strFileNameTemplate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strFileNameTemplateRemember = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFixed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFlushPrivilegesNote = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>%s <20><> <20><><EFBFBD><EFBFBD>, <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strFlushTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ("FLUSH")';
$strFormEmpty = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>!';
$strFormat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFormEmpty = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>!';
$strFreePages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFullText = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFunction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenTime = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGeneralRelationFeat = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenerate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGeneratePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenTime = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGeorgian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGerman = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGlobal = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -301,10 +305,6 @@ $strGrantOption = 'Grant';
$strGreek = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGzip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> gzip';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> Microsoft Word 2000';
$strHasBeenAltered = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenCreated = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHaveToShow = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -312,8 +312,12 @@ $strHebrew = '
$strHexForBinary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>븢';
$strHome = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHomepageOfficial = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> phpMyAdmin';
$strHost = '<27><><EFBFBD><EFBFBD>';
$strHostEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>!';
$strHost = '<27><><EFBFBD><EFBFBD>';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> Microsoft Word 2000';
$strHungarian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIcelandic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -326,8 +330,8 @@ $strIgnoringFile = '
$strImportDocSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> docSQL';
$strImportFiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strImportFinished = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInUse = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexName = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strIndexType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
@@ -335,48 +339,52 @@ $strIndexWarningMultiple = '
$strIndexWarningPrimary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PRIMARY <20> INDEX <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> `%s`';
$strIndexWarningTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> `%s`';
$strIndexWarningUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> UNIQUE <20> INDEX <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> `%s`';
$strIndexes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBAutoextendIncrement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBAutoextendIncrementDesc = ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strInnoDBBufferPoolSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBBufferPoolSizeDesc = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> InnoDB <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strInnoDBBufferPoolSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBDataFilePath = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBDataHomeDir = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBDataHomeDirDesc = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> InnoDB.';
$strInnoDBDataHomeDir = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnoDBPages = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInnodbStat = '<27><><EFBFBD><EFBFBD> InnoDB';
$strInsecureMySQL = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> root <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>), <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strInsert = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertAsNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strInsertBookmarkTitle = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strInsertTextfiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertedRowId = 'Id <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strInsertedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strInsert = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertTextfiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInstructions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInternalNotNecessary = '* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> InnoDB.';
$strInternalRelations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInUse = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInvalidColumnCount = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>.';
$strInvalidFieldAddCount = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.';
$strInvalidFieldCount = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>.';
$strInvalidRowNumber = '%d <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strJapanese = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strJumpToDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> &quot;%s&quot;.';
$strJustDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strJustDeleteDescr = '&quot;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&quot; <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strJustDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strKeepPass = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strKeyname = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strKill = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strKorean = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> LaTeX';
$strLandscape = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLatchedPages = <><D4B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLatexCaption = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLatexContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> __TABLE__';
$strLatexContinued = '(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
$strLatexContinuedCaption = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLatexContinued = '(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
$strLatexIncludeCaption = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLatexLabel = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> LaTeX';
$strLatexStructure = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> __TABLE__';
$strLatvian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLengthSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*';
@@ -390,28 +398,28 @@ $strLoadExplanation = '
$strLoadMethod = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLocalhost = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLocationTextfile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strLoginInformation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLogin = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLogout = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLogPassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strLogServer = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLogUsername = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strLogin = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLoginInformation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLogout = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLongOperation = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?';
$strMIMETypesForTable = 'MIME-<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMIME_MIMEtype = 'MIME-<2D><><EFBFBD>';
$strMaximumSize = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: %s%s';
$strMbExtensionMissing = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP mbstring <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> mbstring phpMyAdmin <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMbOverloadWarning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> mbstring.func_overload <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PHP. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> phpMyAdmin <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strMIME_available_mime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MIME-<2D><><EFBFBD><EFBFBD>';
$strMIME_available_transform = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMIME_description = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMIME_MIMEtype = 'MIME-<2D><><EFBFBD>';
$strMIME_nodescription = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.<br /><3E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.';
$strMIME_transformation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MIME-<2D><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMIME_transformation_note = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MIME-<2D><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>%s';
$strMIME_transformation_options = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMIME_transformation_options_note = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \'a\',\'b\',\'c\'...<br /><3E><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ("\") <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ("\'") <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, \'\\\\xyz\' <20><><EFBFBD> \'a\\\'b\').';
$strMIMETypesForTable = 'MIME-<2D><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMIME_without = 'MIME-<2D><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMaximumSize = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: %s%s';
$strMbExtensionMissing = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP mbstring <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> mbstring phpMyAdmin <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMbOverloadWarning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> mbstring.func_overload <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> PHP. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> phpMyAdmin <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strModifications = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strModify = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strModifyIndexTopic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -421,18 +429,18 @@ $strMoveTableOK = '
$strMoveTableSameNames = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>!';
$strMultilingual = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMustSelectFile = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMyISAMDataPointerSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMDataPointerSizeDesc = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> CREATE TABLE <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MyISAM, <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMDataPointerSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMMaxExtraSortFileSizeDesc = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MyISAM, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMyISAMMaxSortFileSize = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMMaxExtraSortFileSize = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMMaxSortFileSizeDesc = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MyISAM (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> REPAIR TABLE, ALTER TABLE, <20><><EFBFBD> LOAD DATA INFILE).';
$strMyISAMRecoverOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMMaxSortFileSize = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMRecoverOptionsDesc = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MyISAM, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> --myisam-recover <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMyISAMRepairThreads = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMRecoverOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMRepairThreadsDesc = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> 1, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MyISAM <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMyISAMSortBufferSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMRepairThreads = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMyISAMSortBufferSizeDesc = '<27><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MyISAM <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> REPAIR TABLE <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CREATE INDEX <20><> ALTER TABLE.';
$strMyISAMSortBufferSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLCharset = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strMySQLConnectionCollation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL';
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -445,7 +453,6 @@ $strMySQLShowVars = '
$strName = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strNeedPrimaryKey = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNo = '<27><>';
$strNoActivity = '<27><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strNoDatabases = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNoDatabasesSelected = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -454,9 +461,11 @@ $strNoDetailsForEngine = '
$strNoDropDatabases = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "DROP DATABASE" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoExplain = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
$strNoFrames = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> phpMyAdmin <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></b>.';
$strNo = '<27><>';
$strNoIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strNoIndexPartsDefined = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strNoModification = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNone = '<27><><EFBFBD><EFBFBD>';
$strNoOptions = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNoPassword = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNoPermission = '<27><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> %s.';
@@ -468,19 +477,18 @@ $strNoRowsSelected = 'ͳ
$strNoSpace = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> %s.';
$strNoTablesFound = '<27> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoThemeSupport = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>; <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> %s.';
$strNoUsersFound = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoValidateSQL = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
$strNone = '<27><><EFBFBD><EFBFBD>';
$strNotNumber = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>!';
$strNotOK = '<27><> OK';
$strNotSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <b>%s</b> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
$strNoUsersFound = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoValidateSQL = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
$strNull = '<27><><EFBFBD><EFBFBD>';
$strNumSearchResultsInTable = '%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <i>%s</i>';
$strNumSearchResultsTotal = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <i>%s</i> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNumTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOK = 'OK';
$strOftenQuotation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. "<22><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOK = 'OK';
$strOperations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOperator = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOptimizeTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -490,16 +498,14 @@ $strOr = '
$strOverhead = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOverwriteExisting = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><><EFBFBD><EFBFBD>(<28>)';
$strPHP40203 = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP 4.2.3, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>\'<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (mbstring). <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP 19404. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> phpMyAdmin.';
$strPHPVersion = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP';
$strPageNumber = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strPagesToBeFlushed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPaperSize = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPartialText = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPasswordChanged = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strPasswordEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strPasswordHashing = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPasswordNotSame = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strPdfDbSchema = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> "%s" <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
$strPdfInvalidTblName = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "%s" <20><> <20><><EFBFBD><EFBFBD><EFBFBD>!';
@@ -509,7 +515,9 @@ $strPerMinute = '
$strPerSecond = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPersian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPhoneBook = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strPHP40203 = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP 4.2.3, <20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>\'<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (mbstring). <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP 19404. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> phpMyAdmin.';
$strPhp = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP-<2D><><EFBFBD>';
$strPHPVersion = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP';
$strPmaDocumentation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> phpMyAdmin';
$strPmaUriError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <tt>$cfg[\'PmaAbsoluteUri\']</tt> <20><>²<EFBFBD><C2B2><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>!';
$strPolish = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -536,8 +544,8 @@ $strPrivDescCreateView = '
$strPrivDescDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strPrivDescDropDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strPrivDescDropTbl = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strPrivDescExecute = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>; <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strPrivDescExecute5 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strPrivDescExecute = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>; <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strPrivDescFile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strPrivDescGrant = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strPrivDescIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -575,20 +583,19 @@ $strQueryTime = '
$strQueryType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strQueryWindowLock = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReType = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReadRequests = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReceived = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReferentialIntegrity = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strRefresh = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRelationNotWorking = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s<><73><EFBFBD>%s.';
$strRelationView = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRelationalSchema = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strRelations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRelationNotWorking = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s<><73><EFBFBD>%s.';
$strRelationsForTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRelations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRelationView = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReloadFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strReloadMySQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strReloadingThePrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReloadMySQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strRemoveSelectedUsers = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRenameDatabaseOK = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
@@ -599,6 +606,7 @@ $strReplaceNULLBy = '
$strReplaceTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strReset = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strResourceLimits = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReType = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRevoke = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRevokeAndDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>.';
$strRevokeAndDeleteDescr = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (USAGE), <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -606,35 +614,24 @@ $strRevokeMessage = '
$strRomanian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRoutines = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRowLength = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ';
$strRows = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> #';
$strRowSize = ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> ';
$strRowsModeFlippedHorizontal = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
$strRowsModeHorizontal = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRowsModeOptions = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRowsModeVertical = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRowsStatistic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strRunning = '<27><> %s';
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
$strRunning = '<27><> %s';
$strRussian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQL = 'SQL';
$strSQLExportCompatibility = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
$strSQLExportType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQLOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> SQL';
$strSQLParserBugMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>-<2D><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CUT <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strSQLParserUserError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strSQLResult = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strSQPBugInvalidIdentifer = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQPBugUnclosedQuote = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQPBugUnknownPunctuation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSave = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSaveOnServer = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> %s';
$strScaleFactorSmall = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSearch = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strSearchFormTitle = '<27><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSearch = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strSearchInTables = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><>):';
$strSearchNeedle = '<27><><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>: "%"):';
$strSearchOption1 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -652,9 +649,9 @@ $strSelectNumRows = '
$strSelectTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>)';
$strSend = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>';
$strSent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strServer = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strServerChoice = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strServerNotResponding = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strServer = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strServerStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strServerStatusUptime = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s. <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s.';
$strServerTabProcesslist = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -664,32 +661,43 @@ $strServerVars = '
$strServerVersion = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSessionValue = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strSetEnumVal = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> "enum" <20><><EFBFBD> "set", <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \'a\',\'b\',\'c\'...<br /><3E><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ("\") <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ("\'") <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, \'\\\\xyz\' <20><><EFBFBD> \'a\\\'b\').';
$strShow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strShowColor = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strShowDatadictAs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowFullQueries = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowGrid = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strShow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowingRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowPHPInfo = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PHP';
$strShowTableDimension = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowThisQuery = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ';
$strShowingRecords = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSimplifiedChinese = <><CAB3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSingly = '(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
$strSize = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strSlovak = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSlovenian = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSocketProblem = '(<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)';
$strSort = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSortByKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strSort = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSpaceUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSpanish = <><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSplitWordsWithSpace = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (" ").';
$strSQLExportCompatibility = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
$strSQLExportType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQLOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> SQL';
$strSQLParserBugMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><>. <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>-<2D><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> MySQL. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CUT <20><><EFBFBD><EFBFBD><EFBFBD>:';
$strSQLParserUserError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strSQLResult = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD>';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQPBugUnclosedQuote = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSQPBugUnknownPunctuation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatCheckTime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatCreateTime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatUpdateTime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatement = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatUpdateTime = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatus = '<27><><EFBFBD><EFBFBD>';
$strStorageEngine = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStorageEngines = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -708,26 +716,26 @@ $strSwedish = '
$strSwitchToDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSwitchToTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableComments = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strTableHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableHasBeenEmptied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableHasBeenFlushed = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableMaintenance = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableOfContents = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableOptions = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTables = '%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>)';
$strTableStructure = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableType = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTables = '%s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>)';
$strTakeIt = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strTblPrivileges = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTextAreaLength = ' <20>-<2D><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<br /> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strThai = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTheContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheContents = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheTerminator = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>븢.';
$strTheme = '<27><><EFBFBD><EFBFBD> / <20><><EFBFBD><EFBFBD><EFBFBD>';
$strTheTerminator = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>븢.';
$strThisHost = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strThisNotDirectory = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strThreadSuccessfullyKilled = '<27><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -739,6 +747,7 @@ $strTraditionalChinese = '
$strTraditionalSpanish = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTraffic = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTransformation_application_octetstream__download = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTransformation_application_octetstream__hex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTransformation_image_jpeg__inline = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>; <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTransformation_image_jpeg__link = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTransformation_image_png__inline = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> image/jpeg: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -758,26 +767,26 @@ $strUnicode = '
$strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUnknown = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUnselectAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdComTab = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> column_comments <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePrivMessage = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> %s.';
$strUpdateProfileMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strUpdComTab = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> column_comments <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpgrade = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><>븢';
$strUseHostTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUseTabKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> TAB <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> CTRL+<2B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strUseTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUseTextField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strUseThisValue = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUserAlreadyExists = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>!';
$strUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUserEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strUserName = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUserNotFound = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strUserOverview = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsersDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strUsersHavingAccessToDb = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> &quot;%s&quot;';
$strUseTabKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> TAB <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> CTRL+<2B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strUseTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUseTextField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strUseThisValue = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strValidateSQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL';
$strValidatorError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP, <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s<><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>%s.';
@@ -785,13 +794,13 @@ $strValue = '
$strVar = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strVersionInformation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strView = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDump = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDumpDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDumpDatabases = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDumpDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDump = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWebServerUploadDirectory = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWebServerUploadDirectoryError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWebServerUploadDirectory = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWelcome = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
$strWestEuropean = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWildcard = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -809,13 +818,155 @@ $strYes = '
$strZeroRemovesTheLimit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> 0 (<28><><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strZip = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> zip';
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -22,17 +22,18 @@ $month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier',
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
$strAPrimaryKey = 'Pieršasny kluč byŭ dadadzieny da %s';
$strAbortedClients = 'Spyniena';
$strAbsolutePathToDocSqlDir = 'Kali łaska, paznačcie poŭny šlach na veb-servery da tečki docSQL';
$strAccessDenied = 'U dostupie admoŭlena';
$strAccessDeniedExplanation = 'phpMyAdmin pasprabavaŭ padłučycca da servera MySQL, ale server adchiliŭ złučeńnie. Praviercie imia chostu, karystalnika i parol u config.inc.php i ŭpeŭniciesia, što jany adpaviadajuć infarmacyi, jakuju daŭ administratar MySQL-servera.';
$strAccessDenied = 'U dostupie admoŭlena';
$strAction = 'Dziejańnie';
$strAddAutoIncrement = 'Dadać značeńnie AUTO_INCREMENT';
$strAddConstraints = 'Dadać abmiežavańni';
$strAddDeleteColumn = 'Dadać/vydalić kalonku kryteru';
$strAddDeleteRow = 'Dadać/vydalić radok kryteru';
$strAddDropDatabase = 'Dadać DROP DATABASE';
$strAddedColumnComment = 'Dadany kamentar da kalonki';
$strAddedColumnRelation = 'Dadanaja suviaź dla kalonki';
$strAddFields = 'Dadać novyja pali';
$strAddHeaderComment = 'Dadać pryvatny kamentar u zahałovak (\\n padzialaje radki)';
$strAddIfNotExists = 'Dadać IF NOT EXISTS';
@@ -44,25 +45,25 @@ $strAddSearchConditions = 'Dadać umovy pošuku (cieła dla ŭmovy "where"):';
$strAddToIndex = 'Dadać da indeksa %s kalonku(i)';
$strAddUser = 'Dadać novaha karystalnika';
$strAddUserMessage = 'Byŭ dadadzieny novy karystalnik.';
$strAddedColumnComment = 'Dadany kamentar da kalonki';
$strAddedColumnRelation = 'Dadanaja suviaź dla kalonki';
$strAdministration = 'Administravańnie';
$strAffectedRows = 'Zakranutyja radki:';
$strAfter = 'Paśla %s';
$strAfterInsertBack = 'Pierajści da papiaredniaj staronki';
$strAfterInsertNewInsert = 'Dadać jašče adzin radok';
$strAfterInsertNext = 'Redagavać nastupny radok';
$strAfterInsertSame = 'Viarnucca da hetaj staronki';
$strAll = 'Usie';
$strAfter = 'Paśla %s';
$strAllTableSameWidth = 'Pakazać usie tablicy adnolkavaj šyryni?';
$strAll = 'Usie';
$strAlterOrderBy = 'Źmianić paradak tablicy';
$strAnIndex = 'Byŭ dadadzieny indeks dla %s';
$strAnalyzeTable = 'Analizavać tablicu';
$strAnd = 'I';
$strAny = 'Luby';
$strAndThen = 'i paśla';
$strAnIndex = 'Byŭ dadadzieny indeks dla %s';
$strAnyHost = 'Luby chost';
$strAny = 'Luby';
$strAnyUser = 'Luby karystalnik';
$strApproximateCount = 'Moža być prybliznym. Hł. FAQ 3.11';
$strAPrimaryKey = 'Pieršasny kluč byŭ dadadzieny da %s';
$strArabic = 'Arabskaja';
$strArmenian = 'Armianskaja';
$strAscending = 'pramy';
@@ -76,15 +77,15 @@ $strBack = 'Nazad';
$strBaltic = 'Bałtyjskaja';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinaryDoNotEdit = 'Dvojkavyja dadzienyja — nie redagujucca';
$strBinary = 'Dvojkavy';
$strBinaryLog = 'Dvojkavy łog';
$strBinLogEventType = 'Typ padziei';
$strBinLogInfo = 'Jinfarmacyja';
$strBinLogName = 'Jimia łogu';
$strBinLogOriginalPosition = 'Pieršapačatkovaja pazycyja';
$strBinLogPosition = 'Pazycyja';
$strBinLogServerId = 'ID servera';
$strBinary = 'Dvojkavy';
$strBinaryDoNotEdit = 'Dvojkavyja dadzienyja — nie redagujucca';
$strBinaryLog = 'Dvojkavy łog';
$strBookmarkAllUsers = 'Dać kožnamu karystalniku dostup da hetaj zakładki';
$strBookmarkDeleted = 'Zakładka była vydalenaja.';
$strBookmarkLabel = 'Mietka';
@@ -92,21 +93,20 @@ $strBookmarkOptions = 'Nałady zakładki';
$strBookmarkQuery = 'Zakładzieny SQL-zapyt';
$strBookmarkThis = 'Dadać hety SQL-zapyt u zakładki';
$strBookmarkView = 'Tolki prahlad';
$strBrowse = 'Prahlad';
$strBrowseForeignValues = 'Prahladzieć źniešnija značeńni';
$strBufferPool = 'Puł buferu';
$strBrowse = 'Prahlad';
$strBufferPoolActivity = 'Aktyŭnaść pułu buferu';
$strBufferPool = 'Puł buferu';
$strBufferPoolUsage = 'Vykarystańnie pułu buferu';
$strBufferReadMisses = 'Propuskaŭ čytańnia';
$strBufferReadMissesInPercent = 'Propuskaŭ čytańnia ŭ %';
$strBufferWriteWaits = 'Zatrymak zapisu';
$strBufferReadMisses = 'Propuskaŭ čytańnia';
$strBufferWriteWaitsInPercent = 'Zatrymak zapisu ŭ %';
$strBufferWriteWaits = 'Zatrymak zapisu';
$strBulgarian = 'Baŭharskaja';
$strBusyPages = 'Zaniatych staronak';
$strBzError = 'phpMyAdmin nia moža ścisnuć damp z-za prablemaŭ z pašyreńniem Bz2 u hetaj versii PHP. Stroha rekamendujecca vyznačyć značeńnie dyrektyvy <code>$cfg[\'BZipDump\']</code> u vašym kanfihuracyjnym fajle phpMyAdmin jak <code>FALSE</code>. Kali vy žadajecie vykarystoŭvać Bz2-ścisk, vam nieabchodna abnavić versiju PHP. Źvarniciesia da PHP bug report %s dla bolš padrabiaznaj infarmacyi.';
$strBzip = 'ściskać u bzip';
$strCSVOptions = 'Opcyi CSV';
$strCalendar = 'Kalandar';
$strCannotLogin = 'Niemahčyma załagavacca na server MySQL';
$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;<br />kali łaska, praviercie kanfihuracyju PHP';
@@ -119,22 +119,22 @@ $strCaseInsensitive = 'biez uliku registru';
$strCaseSensitive = 'z ulikam registru';
$strCentralEuropean = 'Centralnaeŭrapiejskaja';
$strChange = 'Źmianić';
$strChangeCopyMode = 'Stvaryć novaha karystalnika z takimi ž pryvilejami i ...';
$strChangeCopyModeCopy = '... pakinuć staroha.';
$strChangeCopyModeDeleteAndReload = ' ... vydalić staroha z tablicy karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strChangeCopyModeJustDelete = ' ... vydalić staroha z tablicy karystalnikaŭ.';
$strChangeCopyModeRevoke = ' ... anulavać usie aktyŭnyja pryvilei staroha i paśla vydalić jaho.';
$strChangeCopyMode = 'Stvaryć novaha karystalnika z takimi ž pryvilejami i ...';
$strChangeCopyUser = 'Źmianić registracyjnuju infarmacyju / Kapijavać karystalnika';
$strChangeDisplay = 'Vybierycie pole dla adlustravańnia';
$strChangePassword = 'Źmianić parol';
$strCharset = 'Kadyroŭka';
$strCharsetOfFile = 'Kadyroŭka fajła:';
$strCharsets = 'Kadyroŭki';
$strCharsetsAndCollations = 'Raskładki i supastaŭleńni';
$strCharsets = 'Kadyroŭki';
$strCheckAll = 'Adznačyć usio';
$strCheckOverhead = 'Adznačyć tyja, što patrabujuć aptymizacyi';
$strCheckPrivs = 'Pravieryć pryvilei';
$strCheckPrivsLong = 'Pravieryć pryvilei dla bazy "%s".';
$strCheckPrivs = 'Pravieryć pryvilei';
$strCheckTable = 'Pravieryć tablicu';
$strChoosePage = 'Kali łaska, vybierycie staronku dla redagavańnia';
$strColComFeat = 'Pakazvać kamentary kalonak';
@@ -142,8 +142,8 @@ $strCollation = 'Supastaŭleńnie';
$strColumnNames = 'Nazvy kalonak';
$strColumnPrivileges = 'Specyfičnyja pryvilei kalonak';
$strCommand = 'Kamanda';
$strComments = 'Kamentary';
$strCommentsForTable = 'Kamentary da tablicy';
$strComments = 'Kamentary';
$strCompatibleHashing = 'Sumiaščalnaje z MySQL 4.0';
$strCompleteInserts = 'Poŭnaja ŭstaŭka';
$strCompression = 'Ścisk';
@@ -155,11 +155,11 @@ $strConstraintsForDumped = 'Abmiežavańni dla ekspartavanych tablic';
$strConstraintsForTable = 'Abmiežavańni dla tablicy';
$strCookiesRequired = 'Cookies musiać być uklučanymi paśla hetaha miesca.';
$strCopyDatabaseOK = 'Baza dadzienych %s była skapijavanaja ŭ %s';
$strCopyTable = 'Skapijavać tablicu ŭ (baza dadzienych<b>.</b>tablica):';
$strCopy = 'Skapijavać';
$strCopyTableOK = 'Tablica %s była skapijavanaja ŭ %s.';
$strCopyTableSameNames = 'Niemahčyma skapijavać tablicu ŭ samu siabie!';
$strCopyTable = 'Skapijavać tablicu ŭ (baza dadzienych<b>.</b>tablica):';
$strCouldNotKill = 'phpMyAdmin nia moža spynić praces %s. Napeŭna, jon užo spynieny.';
$strCreate = 'Stvaryć';
$strCreateDatabaseBeforeCopying = 'vykanać CREATE DATABASE pierad kapijavańniem';
$strCreateIndex = 'Stvaryć indeks na %s kalonkach';
$strCreateIndexTopic = 'Stvaryć novy indeks';
@@ -167,30 +167,16 @@ $strCreateNewDatabase = 'Stvaryć novuju bazu dadzienych';
$strCreateNewTable = 'Stvaryć novuju tablicu ŭ BD %s';
$strCreatePage = 'Stvaryć novuju staronku';
$strCreatePdfFeat = 'Stvareńnie PDF-fajłaŭ';
$strCreate = 'Stvaryć';
$strCreationDates = 'Stvareńnie/Abnaŭleńnie/Pravierka dat';
$strCriteria = 'Kryter';
$strCroatian = 'Charvackaja';
$strCSVOptions = 'Opcyi CSV';
$strCyrillic = 'Kiryličnaja';
$strCzech = 'Českaja';
$strCzechSlovak = 'Čechasłavackaja';
$strDBComment = 'Kamentar da bazy dadzienych: ';
$strDBCopy = 'Kapijavać bazu dadzienych u';
$strDBGContext = 'Kantekst';
$strDBGContextID = 'Kantekst ID';
$strDBGHits = 'Zvarotaŭ';
$strDBGLine = 'Radok';
$strDBGMaxTimeMs = 'Maksymalny čas, ms';
$strDBGMinTimeMs = 'Minimalny čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zvarot, ms';
$strDBGTotalTimeMs = 'Ahulny čas, ms';
$strDBRename = 'Pierajmienavać bazu dadzienych u';
$strDanish = 'Dackaja';
$strData = 'Dadzienyja';
$strDataDict = 'Słoŭnik dadzienych';
$strDataOnly = 'Tolki dadzienyja';
$strDataPages = 'Staronak z dadzienymi';
$strDatabase = 'Baza dadzienych';
$strDatabaseEmpty = 'Jimia bazy dadzienych nie paznačanaje!';
$strDatabaseExportOptions = 'Nałady ekspartu bazy dadzienych';
@@ -198,60 +184,76 @@ $strDatabaseHasBeenDropped = 'Baza dadzienych %s była vydalenaja.';
$strDatabaseNoTable = 'Heta baza dadzienych nia ŭtrymlivaje tablic!';
$strDatabases = 'Bazy dadzienych';
$strDatabasesDropped = '%s bazaŭ dadzienych byli paśpiachova vydalenyja.';
$strDatabasesStats = 'Statystyka bazaŭ dadzienych';
$strDatabasesStatsDisable = 'Adklučyć statystyku';
$strDatabasesStatsEnable = 'Uklučyć statystyku';
$strDatabasesStatsHeavyTraffic = 'Zaŭvaha: Uklučeńnie statystyki bazy dadzienych moža vyklikać vialikuju kolkaść trafiku pamiž veb-serveram i serveram MySQL.';
$strDatabasesStats = 'Statystyka bazaŭ dadzienych';
$strData = 'Dadzienyja';
$strDataDict = 'Słoŭnik dadzienych';
$strDataOnly = 'Tolki dadzienyja';
$strDataPages = 'Staronak z dadzienymi';
$strDBComment = 'Kamentar da bazy dadzienych: ';
$strDBCopy = 'Kapijavać bazu dadzienych u';
$strDBGContextID = 'Kantekst ID';
$strDBGContext = 'Kantekst';
$strDBGHits = 'Zvarotaŭ';
$strDBGLine = 'Radok';
$strDBGMaxTimeMs = 'Maksymalny čas, ms';
$strDBGMinTimeMs = 'Minimalny čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zvarot, ms';
$strDBGTotalTimeMs = 'Ahulny čas, ms';
$strDbPrivileges = 'Specyfičnyja pryvilei bazy dadzienych';
$strDBRename = 'Pierajmienavać bazu dadzienych u';
$strDbSpecific = 'specyfičny dla bazy dadzienych';
$strDefault = 'Pa zmoŭčańni';
$strDefaultEngine = '%s źjaŭlajecca mašynaj zachavańnia dadzienych pa zmoŭčańni na hetym MySQL-servery.';
$strDefault = 'Pa zmoŭčańni';
$strDefaultValueHelp = 'Dla značeńniaŭ pa zmoŭčańni, kali łaska, uviadzicie prosta značeńnie, biez vykarystańnia zvarotnych słešaŭ i dvukośsia, vykarystoŭvajučy farmat: a';
$strDefragment = 'Defragmentavać tablicu';
$strDelOld = 'Biahučaja staronka ŭtrymlivaje spasyłki na tablicy, jakija bolš nie isnujuć. Ci žadajecie vy vydalić hetyja spasyłki?';
$strDelayedInserts = 'Vykarystoŭvać adkładzienyja ŭstaŭki';
$strDelete = 'Vydalić';
$strDeleteAndFlush = 'Vydalić karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strDeleteAndFlushDescr = 'Heta lepšy sposab, ale pierazahruzka pryvilejaŭ moža zaniać peŭny čas.';
$strDeleteAndFlush = 'Vydalić karystalnikaŭ i paśla pierazahruzić pryvilei.';
$strDeleted = 'Radok byŭ vydaleny';
$strDeletedRows = 'Vydalenyja radki:';
$strDelete = 'Vydalić';
$strDeleting = 'Vydaleńnie %s';
$strDelOld = 'Biahučaja staronka ŭtrymlivaje spasyłki na tablicy, jakija bolš nie isnujuć. Ci žadajecie vy vydalić hetyja spasyłki?';
$strDescending = 'advarotny';
$strDescription = 'Apisańnie';
$strDictionary = 'słoŭnik';
$strDirtyPages = 'Brudnych staronak';
$strDisableForeignChecks = 'Adklučyć pravierku źniešnich klučoŭ';
$strDisabled = 'Adklučana';
$strDisableForeignChecks = 'Adklučyć pravierku źniešnich klučoŭ';
$strDisplayFeat = 'Pakazvać mahčymaści';
$strDisplayOrder = 'Paradak prahladu:';
$strDisplayPDF = 'Pakazać PDF-schiemu';
$strDoAQuery = 'Vykanać "zapyt zhodna prykłada" (symbal padstanoŭki: "%")';
$strDoYouReally = 'Ci sapraŭdy vy žadajecie ';
$strDocu = 'Dakumentacyja';
$strDrop = 'Vydalić';
$strDoYouReally = 'Ci sapraŭdy vy žadajecie ';
$strDropDatabaseStrongWarning = 'Vy źbirajecie VYDALIĆ bazu dadzienych całkam!';
$strDropSelectedDatabases = 'Vydalić vybranyja bazy dadzienych';
$strDropUsersDb = 'Vydalić bazy dadzienych, jakija majuć takija ž imiony jak i karystalniki.';
$strDrop = 'Vydalić';
$strDumpingData = 'Damp dadzienych tablicy';
$strDumpSaved = 'Damp zachavany ŭ fajł %s.';
$strDumpXRows = 'Damp %s radkoŭ, pačynajučy z %s.';
$strDumpingData = 'Damp dadzienych tablicy';
$strDynamic = 'dynamičny';
$strEdit = 'Redagavać';
$strEditPDFPages = 'Redagavać PDF-staronki';
$strEditPrivileges = 'Redagavać pryvilei';
$strEdit = 'Redagavać';
$strEffective = 'Efektyŭnaść';
$strEmpty = 'Ačyścić';
$strEmptyResultSet = 'MySQL viarnuła pusty vynik (to bok nul radkoŭ).';
$strEnabled = 'Uklučana';
$strEncloseInTransaction = 'Ekspartavać za adnu tranzakcyju';
$strEnd = 'Kaniec';
$strEndCut = 'END CUT';
$strEnd = 'Kaniec';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s dastupnaja na hetym MySQL-servery.';
$strEngineDisabled = '%s była adklučanaja dla retaha MySQL-servera.';
$strEngineUnsupported = 'Hety server MySQL nie padtrymlivaje mašynu zachavańnia dadzienych %s.';
$strEngines = 'Mašyny';
$strEngineUnsupported = 'Hety server MySQL nie padtrymlivaje mašynu zachavańnia dadzienych %s.';
$strEnglish = 'Angielskaja';
$strEnglishPrivileges = ' Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-angielsku ';
$strError = 'Pamyłka';
@@ -266,12 +268,12 @@ $strExtendedInserts = 'Pašyranyja ŭstaŭki';
$strExtra = 'Dadatkova';
$strFailedAttempts = 'Niaŭdałych sprobaŭ';
$strField = 'Pole';
$strFieldHasBeenDropped = 'Pole %s było vydalenaje';
$strFields = 'Pali';
$strField = 'Pole';
$strFieldsEmpty = ' Nia ŭviedzienaja kolkaść paloŭ! ';
$strFieldsEnclosedBy = 'Pali ŭziatyja ŭ';
$strFieldsEscapedBy = 'Pali ekranujucca';
$strFields = 'Pali';
$strFieldsTerminatedBy = 'Pali padzielenyja';
$strFileAlreadyExists = 'Fajł %s užo isnuje na servery, źmianicie imia fajła abo praviercie opcyju pierazapisu.';
$strFileCouldNotBeRead = 'Niemahčyma pračytać fajł';
@@ -281,15 +283,17 @@ $strFileNameTemplateRemember = 'zapomnić šablon';
$strFixed = 'fiksavany';
$strFlushPrivilegesNote = 'Zaŭvaha: phpMyAdmin atrymlivaje pryvilei karystalnikaŭ naŭprostava z tablic pryvilejaŭ MySQL. Źmieściva hetych tablic moža adroźnivacca ad pryvilejaŭ, jakija vykarystoŭvaje server, kali jany byli źmienienyja ŭručnuju. U hetym vypadku vam treba %spierazahruzić pryvilei%s da taho, jak vy praciahniecie.';
$strFlushTable = 'Skinuć keš tablicy ("FLUSH")';
$strFormEmpty = 'Nie zadadzienaje značeńnie ŭ formie!';
$strFormat = 'Farmat';
$strFormEmpty = 'Nie zadadzienaje značeńnie ŭ formie!';
$strFreePages = 'Volnych staronak';
$strFullText = 'Poŭnyja teksty';
$strFunction = 'Funkcyja';
$strGenBy = 'Stvorany';
$strGenTime = 'Čas stvareńnia';
$strGeneralRelationFeat = 'Mahčymaści asnoŭnych suviaziaŭ';
$strGeneratePassword = 'Zgeneravać parol';
$strGenerate = 'Zgeneravać';
$strGenTime = 'Čas stvareńnia';
$strGeorgian = 'Hruzinskaja';
$strGerman = 'Niamieckaja';
$strGlobal = 'glabalny';
@@ -300,10 +304,6 @@ $strGrantOption = 'Grant';
$strGreek = 'Hreckaja';
$strGzip = 'archivavany ŭ gzip';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcyi Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcyi Microsoft Word 2000';
$strHasBeenAltered = 'była źmienienaja.';
$strHasBeenCreated = 'była stvoranaja.';
$strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravańnia';
@@ -313,69 +313,77 @@ $strHome = 'Da pačatku';
$strHomepageOfficial = 'Aficyjnaja staronka phpMyAdmin';
$strHost = 'Chost';
$strHostEmpty = 'Pustoje imia chostu!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcyi Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcyi Microsoft Word 2000';
$strHungarian = 'Vuhorskaja';
$strIcelandic = 'Jiślandzkaja';
$strId = 'ID';
$strIdxFulltext = 'Poŭnatekstekstavaje';
$strIfYouWish = 'Kali vy žadajecie zahruzić tolki niekatoryja kalonki tablicy, paznačcie padzieleny koskami śpis paloŭ.';
$strIgnore = 'Jignaravać';
$strIgnoreInserts = 'Vykarystoŭvać ustaŭki ignaravańniaŭ';
$strIgnore = 'Jignaravać';
$strIgnoringFile = 'Fajł %s praignaravany';
$strImportDocSQL = 'Jimpartavać fajły docSQL';
$strImportFiles = 'Jimpartavać fajły';
$strImportFinished = 'Jimpartavańnie zavieršanaje';
$strInUse = 'vykarystoŭvajecca';
$strIndex = 'Jindeks';
$strIndexes = 'Jindeksy';
$strIndexHasBeenDropped = 'Jindeks %s byŭ vydaleny';
$strIndex = 'Jindeks';
$strIndexName = 'Jimia indeksa:';
$strIndexType = 'Typ indeksa:';
$strIndexWarningMultiple = 'Bolš za adzin %s kluč byŭ stvorany dla kalonki `%s`';
$strIndexWarningPrimary = 'Abodva klučy PRIMARY i INDEX pavinny być vyznačany dla kalonki `%s`';
$strIndexWarningTable = 'Prablemy z indeksami dla tablicy `%s`';
$strIndexWarningUnique = 'Abodva klučy UNIQUE i INDEX pavinny być vyznačany dla kalonki `%s`';
$strIndexes = 'Jindeksy';
$strInnoDBAutoextendIncrement = 'Aŭtapašyralnaje prypaščeńnie';
$strInnoDBAutoextendIncrementDesc = ' Pamier pryraščeńnia dla pašyreńnia pamieru prastory aŭtapašyralnaj tablicy, kali jana zapoŭnicca.';
$strInnoDBBufferPoolSize = 'Pamier pułu buferu';
$strInnoDBBufferPoolSizeDesc = 'Pamier buferu ŭ pamiaci, jaki InnoDB vykarystoŭvaje dla kešavańnia dadzienych i indeksaŭ tablic.';
$strInnoDBBufferPoolSize = 'Pamier pułu buferu';
$strInnoDBDataFilePath = 'Fajły dadzienych';
$strInnoDBDataHomeDir = 'Chatniaja tečka dadzienych';
$strInnoDBDataHomeDirDesc = 'Ahulnaja častka šlachu tečki da ŭsich fajłaŭ dadzienych InnoDB.';
$strInnoDBPages = 'staronak';
$strInnodbStat = 'Stan InnoDB';
$strInsecureMySQL = 'Vaš kanfihuracyjny fajł utrymlivaje nałady (karystalnik root biez parolu), jakija adpaviadajuć pryvilejavanamu karystalniku MySQL pa zmoŭčańni. Vaš server MySQL pracuje z hetaj naładaj pa zmoŭčańni i źjaŭlajecca adkrytym dla źniešniaha ŭryvańnia, i tamu vam abaviazkova treba vypravić hetuju chibu ŭ biaśpiecy.';
$strInsert = 'Ustavić';
$strInsertAsNewRow = 'Ustavić jak novy radok';
$strInsertBookmarkTitle = 'Kali łaska, ustaŭcie nazvu zakładki';
$strInsertNewRow = 'Ustavić novy radok';
$strInsertTextfiles = 'Ustavić dadzienyja z tekstavaha fajła ŭ tablicu';
$strInsertedRowId = 'Id ustaŭlenaha radka:';
$strInsertedRows = 'Dadanyja radki:';
$strInsertNewRow = 'Ustavić novy radok';
$strInsertTextfiles = 'Ustavić dadzienyja z tekstavaha fajła ŭ tablicu';
$strInsert = 'Ustavić';
$strInstructions = 'Jinstrukcyi';
$strInternalNotNecessary = '* Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali jana ŭžo isnuje ŭ InnoDB.';
$strInternalRelations = 'Unutranyja suviazi';
$strInUse = 'vykarystoŭvajecca';
$strInvalidColumnCount = 'Kolkaść kalonak musić być bolšaj za nul.';
$strInvalidFieldAddCount = 'Treba dadać prynamsi adno pole.';
$strInvalidFieldCount = 'Tablica musić mieć prynamsi adno pole.';
$strInvalidRowNumber = '%d nie źjaŭlajecca karektnym numaram radka.';
$strJapanese = 'Japonskaja';
$strJumpToDB = 'Pierajści da bazy dadzienych "%s".';
$strJustDelete = 'Prosta vydalić karystalnikaŭ z tablic pryvilejaŭ.';
$strJustDeleteDescr = '"Vydalenyja" karystalniki ŭsio jašče zmohuć atrymać dostup da servera jak zvyčajna, pakul pryvilei nia buduć pierazahružanyja.';
$strJustDelete = 'Prosta vydalić karystalnikaŭ z tablic pryvilejaŭ.';
$strKeepPass = 'Nie źmianiać parol';
$strKeyname = 'Jimia kluča';
$strKill = 'Spynić';
$strKorean = 'Karejskaja';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcyi LaTeX';
$strLandscape = 'Krajavid';
$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
$strLatexContinued = '(praciah)';
$strLatexContinuedCaption = 'Praciahnuty zahałovak tablicy';
$strLatexContinued = '(praciah)';
$strLatexIncludeCaption = 'Uklučyć zahałovak tablicy';
$strLatexLabel = 'Kluč mietki';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcyi LaTeX';
$strLatexStructure = 'Struktura tablicy __TABLE__';
$strLatvian = 'Łatvijskaja';
$strLengthSet = 'Daŭžynia/Značeńni*';
@@ -389,49 +397,49 @@ $strLoadExplanation = 'Najlepšy metad adznačany pa zmoŭčańni, ale vy možac
$strLoadMethod = 'Sposab zahruzki';
$strLocalhost = 'Lakalny';
$strLocationTextfile = 'Miescaznachodžańnie tekstavaha fajła';
$strLoginInformation = 'Jinfarmacyja pra ŭvachod';
$strLogin = 'Uvachod u systemu';
$strLogout = 'Vyjści z systemy';
$strLogPassword = 'Parol:';
$strLogServer = 'Server';
$strLogUsername = 'Jimia karystalnika:';
$strLogin = 'Uvachod u systemu';
$strLoginInformation = 'Jinfarmacyja pra ŭvachod';
$strLogout = 'Vyjści z systemy';
$strLongOperation = 'Hetaja aperacyja moža zaniać šmat času. Praciahvać?';
$strMIMETypesForTable = 'MIME-typy tablicy';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_available_mime = 'Dastupnyja MIME-typy';
$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
$strMIME_description = 'Apisańnie';
$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.<br />Kali łaska, spytajcie aŭtara, što robić %s.';
$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s';
$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia';
$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...<br />Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strMIME_without = 'MIME-typy, vyłučanyja kursivam, nia majuć asobnaj funkcyi pieraŭtvareńnia';
$strMaximumSize = 'Maksymalny pamier: %s%s';
$strMbExtensionMissing = 'Pašyreńnie PHP mbstring nia znojdzienaje, a vy, zdajecca, vykarystoŭvajecie šmatbajtavuju kadyroŭku. Biez pašyreńnia mbstring phpMyAdmin nia moža padzialać radki karektna, i heta moža pryvieści da niečakanych vynikaŭ.';
$strMbOverloadWarning = 'Vy ŭklučyli mbstring.func_overload u vašym kanfihuracyjnym fajle PHP. Hetaja opcyja niesumiaščalnaja z phpMyAdmin i moža vyklikać paškodžańnie dadzienych!';
$strMIME_available_mime = 'Dastupnyja MIME-typy';
$strMIME_available_transform = 'Dastupnyja pieraŭtvareńni';
$strMIME_description = 'Apisańnie';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_nodescription = 'Niama dastupnych apisańniaŭ dla hetaha pieraŭtvareńnia.<br />Kali łaska, spytajcie aŭtara, što robić %s.';
$strMIME_transformation_note = 'Dla atrymańnia śpisu dastupnych opcyjaŭ transfarmacyi i pieraŭtvareńniaŭ ichnych MIME-typaŭ, naciśnicie na %sapisańni pieraŭtvareńniaŭ%s';
$strMIME_transformation_options_note = 'Kali łaska, uvodźcie značeńni opcyjaŭ pieraŭtvareńnia vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...<br />Kali vam treba ŭžyć zvarotny słeš ("\") abo apostraf ("\'") u hetych značeńniach, ustaŭcie zvarotny słeš pierad imi (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strMIME_transformation_options = 'Opcyi pieraŭtvareńnia';
$strMIME_transformation = 'Pieraŭtvareńnie MIME-typu braŭzeram';
$strMIMETypesForTable = 'MIME-typy tablicy';
$strMIME_without = 'MIME-typy, vyłučanyja kursivam, nia majuć asobnaj funkcyi pieraŭtvareńnia';
$strModifications = 'Madyfikacyi byli zachavanyja';
$strModify = 'Źmianić';
$strModifyIndexTopic = 'Źmianić indeks';
$strMoreStatusVars = 'Dadatkovyja źmiennyja stanu';
$strMoveTable = 'Pieranieści tablicu ŭ (baza dadzienych<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s była pieraniesienaja ŭ %s.';
$strMoveTable = 'Pieranieści tablicu ŭ (baza dadzienych<b>.</b>tablica):';
$strMoveTableSameNames = 'Niemahčyma pieranieści tablicu ŭ samu siabie!';
$strMultilingual = 'šmatmoŭnaja';
$strMustSelectFile = 'Vam treba vybrać fajł, jaki vy chočacie ŭstavić.';
$strMyISAMDataPointerSize = 'Pamier ukazalnika na dadzienyja';
$strMyISAMDataPointerSizeDesc = 'Značeńnie pa zmoŭčańni pamieru ŭkazalnika ŭ bajtach, dla vykarystańnia ŭ CREATE TABLE dla tablic MyISAM, kali nia vyznačanaja opcyja MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny pamier časovych fajłaŭ dla stvareńnia indeksu';
$strMyISAMDataPointerSize = 'Pamier ukazalnika na dadzienyja';
$strMyISAMMaxExtraSortFileSizeDesc = 'Kali pamier časovaha fajła, jaki vykarystoŭvajecca dla chutkaha stvareńnia indeksu MyISAM, budzie bolšy, čym vykarystańnie dla kešu klučoŭ pamieru, paznačanaha tut, vybierycie metad kešavańnia klučoŭ.';
$strMyISAMMaxSortFileSize = 'Maksymalny pamier dla časovych fajłaŭ sartavańnia';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny pamier časovych fajłaŭ dla stvareńnia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny pamier časovaha fajła MySQL, jaki dazvolena vykarystoŭvać dla pierastvareńnia indeksu MyISAM (padčas REPAIR TABLE, ALTER TABLE, abo LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Režym aŭtamatyčnaha ŭznaŭleńnia';
$strMyISAMMaxSortFileSize = 'Maksymalny pamier dla časovych fajłaŭ sartavańnia';
$strMyISAMRecoverOptionsDesc = 'Režym dla aŭtamatyčnaha ŭznaŭleńnia paškodžanych tablic MyISAM, jak vyznačany praz opcyju --myisam-recover zahruzki servera.';
$strMyISAMRepairThreads = 'Patokaŭ uznaŭleńnia';
$strMyISAMRecoverOptions = 'Režym aŭtamatyčnaha ŭznaŭleńnia';
$strMyISAMRepairThreadsDesc = 'Kali hetaje značeńnie bolšaje za 1, indeksy tablic MyISAM buduć stvaracca paralelna (kožny indeks u svaim ułasnym patoku) padčas uznaŭleńnia pracesam sartavańnia.';
$strMyISAMSortBufferSize = 'Pamier buferu sartavańnia';
$strMyISAMRepairThreads = 'Patokaŭ uznaŭleńnia';
$strMyISAMSortBufferSizeDesc = 'Bufer, jaki vydzialajecca dla sartavańnia indeksaŭ MyISAM padčas REPAIR TABLE abo padčas stvareńnia indeksaŭ, vykarystoŭvajučy CREATE INDEX ci ALTER TABLE.';
$strMyISAMSortBufferSize = 'Pamier buferu sartavańnia';
$strMySQLCharset = 'Kadyroŭka MySQL';
$strMySQLConnectionCollation = 'Supastaŭleńnie padłučeńnia da MySQL';
$strMySQLReloaded = 'MySQL pierazahružanaja.';
@@ -444,7 +452,6 @@ $strMySQLShowVars = 'Pakazać systemnyja źmiennyja MySQL';
$strName = 'Nazva';
$strNeedPrimaryKey = 'Vam treba vyznačyć pieršasny kluč dla hetaj tablicy.';
$strNext = 'Nastupny';
$strNo = 'Nie';
$strNoActivity = 'Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie znoŭ';
$strNoDatabases = 'Bazy dadzienych adsutničajuć';
$strNoDatabasesSelected = 'Nia vybranaja baza dadzienych.';
@@ -456,6 +463,8 @@ $strNoFrames = 'Dla raboty phpMyAdmin patrebny braŭzer z padtrymkaj <b>frejmaŭ
$strNoIndex = 'Jindeks nia vyznačany!';
$strNoIndexPartsDefined = 'Častki indeksu nia vyznačanyja!';
$strNoModification = 'Niama źmienaŭ';
$strNone = 'Niama';
$strNo = 'Nie';
$strNoOptions = 'Hety farmat nia maje opcyjaŭ';
$strNoPassword = 'Biez parola';
$strNoPermission = 'Veb-server nia maje dazvołu dla zachavańnia ŭ fajł %s.';
@@ -467,19 +476,18 @@ $strNoRowsSelected = 'Nivodny radok nia vybrany';
$strNoSpace = 'Niedastatkova miesca dla zachavańnia ŭ fajł %s.';
$strNoTablesFound = 'U badzie dadzienych tablic nia vyjaŭlena.';
$strNoThemeSupport = 'Temy nie padtrymlivajucca; kali łaska, praviercie vašuju kanfihuracyju i/abo vašyja temy ŭ tečcy %s.';
$strNoUsersFound = 'Nie znojdzieny karystalnik.';
$strNoValidateSQL = 'Nie praviarać SQL';
$strNone = 'Niama';
$strNotNumber = 'Heta nia lik!';
$strNotOK = 'nie OK';
$strNotSet = 'Tablica <b>%s</b> nia znojdzienaja abo nia vyznačanaja ŭ %s';
$strNoUsersFound = 'Nie znojdzieny karystalnik.';
$strNoValidateSQL = 'Nie praviarać SQL';
$strNull = 'Nul';
$strNumSearchResultsInTable = '%s supadzieńniaŭ u tablicy <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ahułam:</b> <i>%s</i> supadzieńniaŭ';
$strNumTables = 'Tablic';
$strOK = 'OK';
$strOftenQuotation = 'Zvyčajna, dvukośsie. "Pa vybaru" aznačaje, što tolki pali char i varchar biarucca ŭ dvukośsie.';
$strOK = 'OK';
$strOperations = 'Aperacyi';
$strOperator = 'Aperatar';
$strOptimizeTable = 'Aptymizavać tablicu';
@@ -489,17 +497,15 @@ $strOr = 'Abo';
$strOverhead = 'Vykarystańnie resursaŭ';
$strOverwriteExisting = 'Pierazapisvać isnujučy(ja) fajł(y)';
$strPHP40203 = 'Vy vykarystoŭvajecie PHP 4.2.3, jakaja maje sur\'joznyja pamyłki pry rabocie z šmatbajtavymi radkami (mbstring). Hladzicie paviedamleńnie pra pamyłku PHP 19404. Heta versija PHP nie rekamendujecca dla vykarystańnia z phpMyAdmin.';
$strPHPVersion = 'Versija PHP';
$strPageNumber = 'Staronka:';
$strPagesToBeFlushed = 'Skinuć keš staronak';
$strPaperSize = 'Pamier papiery';
$strPartialText = 'Častkovyja teksty';
$strPassword = 'Parol';
$strPasswordChanged = 'Parol dla %s paśpiachova źmienieny.';
$strPasswordEmpty = 'Pusty parol!';
$strPasswordHashing = 'Chešavańnie parolu';
$strPasswordNotSame = 'Paroli nie supadajuć!';
$strPassword = 'Parol';
$strPdfDbSchema = 'Struktura bazy "%s" — staronka %s';
$strPdfInvalidTblName = 'Tablicy "%s" nie isnuje!';
$strPdfNoTables = 'Niama tablic';
@@ -508,20 +514,22 @@ $strPerMinute = 'u chvilinu';
$strPerSecond = 'u sekundu';
$strPersian = 'Persydzkaja';
$strPhoneBook = 'telefonnaja kniha';
$strPHP40203 = 'Vy vykarystoŭvajecie PHP 4.2.3, jakaja maje sur\'joznyja pamyłki pry rabocie z šmatbajtavymi radkami (mbstring). Hladzicie paviedamleńnie pra pamyłku PHP 19404. Heta versija PHP nie rekamendujecca dla vykarystańnia z phpMyAdmin.';
$strPhp = 'Stvaryć PHP-kod';
$strPHPVersion = 'Versija PHP';
$strPmaDocumentation = 'Dakumentacyja pa phpMyAdmin';
$strPmaUriError = 'Dyrektyva <tt>$cfg[\'PmaAbsoluteUri\']</tt> PAVINNA być vyznačanaja ŭ vašym kanfihuracyjnym fajle!';
$strPolish = 'Polskaja';
$strPortrait = 'Partret';
$strPos1 = 'Pačatak';
$strPrevious = 'Nazad';
$strPrimary = 'Pieršasny';
$strPrimaryKeyHasBeenDropped = 'Pieršasny kluč byŭ vydaleny';
$strPrimaryKeyName = 'Jimia pieršasnaha kluča musić być PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musić</b> być imiem pieršasnaha kluča i <b>tolki</b> jaho!)';
$strPrimary = 'Pieršasny';
$strPrint = 'Druk';
$strPrintView = 'Versija dla druku';
$strPrintViewFull = 'Versija dla druku (z usim tekstam)';
$strPrintView = 'Versija dla druku';
$strPrivDescAllPrivileges = 'Uklučaje ŭsie pryvilei, aproč GRANT.';
$strPrivDescAlter = 'Dazvalaje źmianiać strukturu isnych tablic.';
$strPrivDescAlterDb = 'Dazvalaje źmianiać strukturu isnych tablic, a taksama raskładku pa zmoŭčańni i supastaŭleńnie bazaŭ dadzienych.';
@@ -535,8 +543,8 @@ $strPrivDescCreateView = 'Dazvalaje stvarać novyja prahlady.';
$strPrivDescDelete = 'Dazvalaje vydalać dadzienyja.';
$strPrivDescDropDb = 'Dazvalaje vydalać bazy dadzienych i tablicy.';
$strPrivDescDropTbl = 'Dazvalaje vydalać tablicy.';
$strPrivDescExecute = 'Dazvalaje vykanańnie zachavanych pracedur; Nie pracuje ŭ hetaj versii MySQL.';
$strPrivDescExecute5 = 'Dazvalaje vykanańnie pragramaŭ, jakija zachoŭvajucca.';
$strPrivDescExecute = 'Dazvalaje vykanańnie zachavanych pracedur; Nie pracuje ŭ hetaj versii MySQL.';
$strPrivDescFile = 'Dazvalaje impartavać dadzienyja z fajłaŭ i ekspartavać dadzienyja ŭ fajły.';
$strPrivDescGrant = 'Dazvalaje dadavać karystalnikaŭ i pryvilei biez pierazahruzki tablic pryvilejaŭ.';
$strPrivDescIndex = 'Dazvalaje stvarać i vydalać indeksy.';
@@ -563,9 +571,9 @@ $strPrivilegesReloaded = 'Pryvilei byli paśpiachova pierazahružanyja.';
$strProcesslist = 'Śpis pracesaŭ';
$strPutColNames = 'Paznačyć nazvy paloŭ u pieršym radku';
$strQBE = 'Zapyt zhodna prykładu';
$strQBEDel = 'Vydalić';
$strQBEIns = 'Ustavić';
$strQBE = 'Zapyt zhodna prykładu';
$strQueryFrame = 'Akno zapytu';
$strQueryOnDb = 'SQL-zapyt da BD <b>%s</b>:';
$strQuerySQLHistory = 'Historyja SQL';
@@ -574,65 +582,53 @@ $strQueryTime = 'Zapyt vykonvaŭsia %01.4f sek';
$strQueryType = 'Typ zapytu';
$strQueryWindowLock = 'Nie pierazapisvajcie hety zapyt u inšych voknach';
$strReType = 'Paćvierdžańnie';
$strReadRequests = 'Zapyty čytańnia';
$strReceived = 'Atrymana';
$strRecords = 'Zapisy';
$strReferentialIntegrity = 'Pravieryć cełasnaść dadzienych:';
$strRefresh = 'Abnavić';
$strRelationNotWorking = 'Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab vyśvietlić čamu, naciśnicie %stut%s.';
$strRelationView = 'Prahlad zaležnaściaŭ';
$strRelationalSchema = 'Relacyjnaja schiema';
$strRelations = 'Suviazi';
$strRelationNotWorking = 'Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab vyśvietlić čamu, naciśnicie %stut%s.';
$strRelationsForTable = 'Suviazi ŭ tablicy';
$strRelations = 'Suviazi';
$strRelationView = 'Prahlad zaležnaściaŭ';
$strReloadFailed = 'Pierazahruzka MySQL skončyłasia niaŭdała.';
$strReloadMySQL = 'Pierazahruzić MySQL';
$strReloadingThePrivileges = 'Pierazahruzić pryvilei';
$strReloadMySQL = 'Pierazahruzić MySQL';
$strRemoveSelectedUsers = 'Vydalić vybranych karystalnikaŭ';
$strRenameDatabaseOK = 'Baza dadzienych %s była pierajmienavanaja ŭ %s';
$strRenameTable = 'Pierajmienavać tablicu ŭ';
$strRenameTableOK = 'Tablica %s była pierajmienavanaja ŭ %s';
$strRenameTable = 'Pierajmienavać tablicu ŭ';
$strRepairTable = 'Ramantavać tablicu';
$strReplace = 'Zamianić';
$strReplaceNULLBy = 'Zamianiać NULL na';
$strReplaceTable = 'Zamianić dadzienyja tablicy dadzienymi z fajła';
$strReplace = 'Zamianić';
$strReset = 'Skinuć';
$strResourceLimits = 'Abmiežavańni resursaŭ';
$strRevoke = 'Anulavać';
$strReType = 'Paćvierdžańnie';
$strRevokeAndDelete = 'Anulavać usie aktyŭnyja pryvilei karystalnikaŭ i paśla vydalić ich.';
$strRevokeAndDeleteDescr = 'Karystalniki ŭsio jašče buduć mieć pryvilei karystańnia (USAGE), pakul pryvilei nia buduć pierazahružanyja.';
$strRevoke = 'Anulavać';
$strRevokeMessage = 'Vy anulavali pryvilei dla %s';
$strRomanian = 'Rumynskaja';
$strRoutines = 'Pragramy';
$strRowLength = 'Daŭžynia radka';
$strRowSize = ' Pamier radka ';
$strRows = 'Radki';
$strRowsFrom = 'radkoŭ, pačynajučy z zapisu #';
$strRowSize = ' Pamier radka ';
$strRowsModeFlippedHorizontal = 'haryzantalna (paviernutyja zahałoŭki)';
$strRowsModeHorizontal = 'haryzantalna';
$strRowsModeOptions = 'u režymie %s i paŭtarać zahałoŭki praz kožnyja %s radkoŭ';
$strRowsModeVertical = 'vertykalna';
$strRows = 'Radki';
$strRowsStatistic = 'Statystyka radku';
$strRunning = 'na %s';
$strRunQuery = 'Adpravić zapyt';
$strRunSQLQuery = 'Vykanać SQL-zapyt(y) na bazie dadzienych %s';
$strRunning = 'na %s';
$strRussian = 'Rasiejskaja';
$strSQL = 'SQL';
$strSQLExportCompatibility = 'Sumiaščalnaść ekspartavanaha SQL';
$strSQLExportType = 'Typ ekspartu';
$strSQLOptions = 'Opcyi SQL';
$strSQLParserBugMessage = 'Mahčyma, vy znajšli pamyłku ŭ SQL-parsery. Kali łaska, uvažliva praviercie vyš zapyt i adpaviednaść dvukośsiaŭ u im. Inšaj mahčymaj pryčynaj pamyłki moža być toje, što vy zahruzili fajł z dvojkavymi dadzienymi pa-za miežami tekstu, vyłučanaha dvukośsiami. Vy taksama možacie pasprabavać adpravić vaš zapyt z kamandnaha radka MySQL. Paviedamleńnie pra pamyłku servera MySQL pryviedzienaje nižej, moža taksama dapamahčy vam vyśvietlić pryčynu prablemu. Kali vy ŭsio jašče majecie prablemy abo parser paviedamlaje pra pamyłku, a z kamandnaha radku zapyt vykonvajecca, kali łaska, skaracicie vaš uviedzieny SQL-zapyt da adnaho zapytu, jaki vyklikaje pamyłku, i adpraŭcie paviedamleńnie pra pamyłku z blokam dadzienych, padadzienych u sekyci CUT nižej:';
$strSQLParserUserError = 'Zdajecca, vaš SQL-zapyt utrymlivaje pamyłku. Paviedamleńnie pra pamyłku servera MySQL pryviedzienaje nižej, mahčyma, taksama dapamoža vam vyśvietlić pryčynu pamyłki';
$strSQLQuery = 'SQL-zapyt';
$strSQLResult = 'SQL-vynik';
$strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strSave = 'Zachavać';
$strSaveOnServer = 'Zachavać na servery ŭ tečcy %s';
$strSave = 'Zachavać';
$strScaleFactorSmall = 'Maštab zamały dla taho, kab schiema zajmała ŭsiu staronku';
$strSearch = 'Pošuk';
$strSearchFormTitle = 'Pošuk u bazie dadzienych';
$strSearchInTables = 'U tablicy(ach):';
$strSearchNeedle = 'Słova(y) abo značeńnie(i) dla pošuku (maska: "%"):';
@@ -640,6 +636,7 @@ $strSearchOption1 = 'prynamsi adno z słovaŭ';
$strSearchOption2 = 'usie słovy';
$strSearchOption3 = 'dakładnuju frazu';
$strSearchOption4 = 'regularny vyraz';
$strSearch = 'Pošuk';
$strSearchResultsFor = 'Vyniki pošuku "<i>%s</i>" %s:';
$strSearchType = 'Znajści:';
$strSecretRequired = 'Kanfihuracyjnamu fajłu zaraz patrebnaja sakretnaja fraza (blowfish_secret).';
@@ -651,9 +648,9 @@ $strSelectNumRows = 'pa zapytu';
$strSelectTables = 'Vybierycie tablicu(y)';
$strSend = 'Zachavać jak fajł';
$strSent = 'Adpraŭlena';
$strServer = 'Server';
$strServerChoice = 'Vybar servera';
$strServerNotResponding = 'Server nie adkazvaje';
$strServer = 'Server';
$strServerStatus = 'Biahučaja infarmacyja';
$strServerStatusUptime = 'Hety server MySQL pracuje %s. Jon byŭ zapuščany %s.';
$strServerTabProcesslist = 'Pracesy';
@@ -663,32 +660,43 @@ $strServerVars = 'Nałady i źmiennyja servera';
$strServerVersion = 'Versija servera';
$strSessionValue = 'Značeńnie sesii';
$strSetEnumVal = 'Kali typ pola "enum" abo "set", kali łaska, uvodźcie značeńni vykarystoŭvajučy hety farmat: \'a\',\'b\',\'c\'...<br />Kali vam patrebna ŭžyć zvarotny słeš ("\") abo apostraf ("\'") siarod hetych značeńniaŭ, pastaŭcie pierad imi zvarotny słeš (naprykład, \'\\\\xyz\' abo \'a\\\'b\').';
$strShow = 'Pakazać';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
$strShowFullQueries = 'Pakazać poŭnyja zapyty';
$strShowGrid = 'Pakazać sietku';
$strShowingRecords = 'Pakazanyja zapisy';
$strShow = 'Pakazać';
$strShowPHPInfo = 'Pakazać infarmacyju pra PHP';
$strShowTableDimension = 'Pakazać raźmiernaść tablic';
$strShowTables = 'Pakazać tablicy';
$strShowThisQuery = ' Pakazać hety zapyt znoŭ ';
$strShowingRecords = 'Pakazanyja zapisy';
$strSimplifiedChinese = 'Kitajskaja sproščanaja';
$strSingly = '(asobna)';
$strSize = 'Pamier';
$strSlovak = 'Słavackaja';
$strSlovenian = 'Słavienskaja';
$strSocketProblem = '(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)';
$strSort = 'Paradak';
$strSortByKey = 'Sartavać pa kluču';
$strSort = 'Paradak';
$strSpaceUsage = 'Vykarystańnie prastory';
$strSpanish = 'Hišpanskaja';
$strSplitWordsWithSpace = 'Słovy padzielenyja prahałam (" ").';
$strSQLExportCompatibility = 'Sumiaščalnaść ekspartavanaha SQL';
$strSQLExportType = 'Typ ekspartu';
$strSQLOptions = 'Opcyi SQL';
$strSQLParserBugMessage = 'Mahčyma, vy znajšli pamyłku ŭ SQL-parsery. Kali łaska, uvažliva praviercie vyš zapyt i adpaviednaść dvukośsiaŭ u im. Inšaj mahčymaj pryčynaj pamyłki moža być toje, što vy zahruzili fajł z dvojkavymi dadzienymi pa-za miežami tekstu, vyłučanaha dvukośsiami. Vy taksama možacie pasprabavać adpravić vaš zapyt z kamandnaha radka MySQL. Paviedamleńnie pra pamyłku servera MySQL pryviedzienaje nižej, moža taksama dapamahčy vam vyśvietlić pryčynu prablemu. Kali vy ŭsio jašče majecie prablemy abo parser paviedamlaje pra pamyłku, a z kamandnaha radku zapyt vykonvajecca, kali łaska, skaracicie vaš uviedzieny SQL-zapyt da adnaho zapytu, jaki vyklikaje pamyłku, i adpraŭcie paviedamleńnie pra pamyłku z blokam dadzienych, padadzienych u sekyci CUT nižej:';
$strSQLParserUserError = 'Zdajecca, vaš SQL-zapyt utrymlivaje pamyłku. Paviedamleńnie pra pamyłku servera MySQL pryviedzienaje nižej, mahčyma, taksama dapamoža vam vyśvietlić pryčynu pamyłki';
$strSQLQuery = 'SQL-zapyt';
$strSQLResult = 'SQL-vynik';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Niapravilny identyfikatar';
$strSQPBugUnclosedQuote = 'Niezakrytaje dvukośsie';
$strSQPBugUnknownPunctuation = 'Nieviadomy symbal punktuacyi';
$strStatCheckTime = 'Apošniaja pravierka';
$strStatCreateTime = 'Stvoranaja';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatement = 'Vyrazy';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatus = 'Stan';
$strStorageEngine = 'Mašyna zachavańnia dadzienych';
$strStorageEngines = 'Mašyny zachavańnia dadzienych';
@@ -707,7 +715,6 @@ $strSwedish = 'Švedzkaja';
$strSwitchToDatabase = 'Pierajści da skapijavanaj bazy dadzienych';
$strSwitchToTable = 'Pierajści da skapijavanaj tablicy';
$strTable = 'Tablica';
$strTableComments = 'Kamentar da tablicy';
$strTableEmpty = 'Pustaja nazva tablicy!';
$strTableHasBeenDropped = 'Tablica %s była vydalenaja';
@@ -716,28 +723,30 @@ $strTableHasBeenFlushed = 'Keš tablicy %s byŭ ačyščany';
$strTableMaintenance = 'Absłuhoŭvańnie tablicy';
$strTableOfContents = 'Źmiest';
$strTableOptions = 'Opcyi tablicy';
$strTableStructure = 'Struktura tablicy';
$strTableType = 'Typ tablicy';
$strTables = '%s tablic(y)';
$strTableStructure = 'Struktura tablicy';
$strTable = 'Tablica';
$strTableType = 'Typ tablicy';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTextAreaLength = ' Z-za vialikaj daŭžyni,<br /> hetaje pole nia moža być adredagavanaje ';
$strThai = 'Tajlandzkaja';
$strTheContent = 'Źmieściva fajła było impartavanaje.';
$strTheContents = 'Źmieściva fajła zamianiaje źmieściva vybranaj tablicy ŭ radkach z supadajučymi pieršasnym abo ŭnikalnym klučom.';
$strTheTerminator = 'Symbal skančeńnia paloŭ.';
$strTheme = 'Tema / Styl';
$strTheTerminator = 'Symbal skančeńnia paloŭ.';
$strThisHost = 'Hety chost';
$strThisNotDirectory = 'Heta nia tečka';
$strThreadSuccessfullyKilled = 'Patok %s byŭ paśpiachova spynieny.';
$strTime = 'Čas';
$strToggleScratchboard = 'Pakazać papiaredni prahlad';
$strTotal = 'usiaho';
$strTotalUC = 'Ahułam';
$strTotal = 'usiaho';
$strTraditionalChinese = 'Tradycyjnaja kitajskaja';
$strTraditionalSpanish = 'Tradycyjnaja hišpanskaja';
$strTraffic = 'Trafik';
$strTransformation_application_octetstream__download = 'Pakazvaje spasyłku dla zahruzki dvojkavych dadzienych pola. Vy možacie vykarystoŭvać pieršuju opcyju dla vyznačeńnia imia fajła abo vykarystoŭvajcie druhuju opcyju jak imia pola, jakoje ŭtrymlivaje imia fajła. Kali vy vykarystoŭvajecie druhuju opcyju, vam treba pakinuć pieršaje pole pustym';
$strTransformation_application_octetstream__hex = 'Pakazvaje dadzienyja ŭ šasnaccatkavym vyhladzie.';
$strTransformation_image_jpeg__inline = 'Pakazvaje naciskalny eskiz; Opcyi — maksymalnaja šyrynia i vyšynia ŭ piksełach. Zachoŭvajucca pačatkovyja praporcyi.';
$strTransformation_image_jpeg__link = 'Pakazvaje spasyłku dla zahruzki hetaha malunku.';
$strTransformation_image_png__inline = 'Prahladzieć malunak image/jpeg: ubudavany';
@@ -757,40 +766,40 @@ $strUnicode = 'Junikod';
$strUnique = 'Unikalnaje';
$strUnknown = 'nieviadoma';
$strUnselectAll = 'Źniać usie adznaki';
$strUpdComTab = 'Za infarmacyjaj jak abnavić tablicu column_comments źviarniciesia, kali łaska, da dakumentacyi';
$strUpdatePrivMessage = 'Vy źmianili pryvilei dla %s.';
$strUpdateProfileMessage = 'Profil byŭ adnoŭleny.';
$strUpdateQuery = 'Abnavić zapyt';
$strUpdComTab = 'Za infarmacyjaj jak abnavić tablicu column_comments źviarniciesia, kali łaska, da dakumentacyi';
$strUpgrade = 'Vam treba abnavić %s da versii %s ci paźniejšaj.';
$strUsage = 'Vykarystańnie';
$strUseBackquotes = 'Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ';
$strUseHostTable = 'Vykarystoŭvać tablicu chostaŭ';
$strUseTabKey = 'Vykarystoŭvajcie klavišu TAB dla pieramiaščeńnia ad značeńnia da značeńnia abo CTRL+strełki dla pieramiaščeńnia ŭ luboje inšaje miesca';
$strUseTables = 'Vykarystoŭvać tablicy';
$strUseTextField = 'Vykarystoŭvać tekstavaje pole';
$strUseThisValue = 'Vykarystoŭvać heta značeńnie';
$strUser = 'Karystalnik';
$strUserAlreadyExists = 'Karystalnik %s užo isnuje!';
$strUserEmpty = 'Pustoje imia karystalnika!';
$strUser = 'Karystalnik';
$strUserName = 'Jimia karystalnika';
$strUserNotFound = 'Vyłučany karystalnik nia znojdzieny ŭ tablicy pryvilejaŭ.';
$strUserOverview = 'Karystalniki';
$strUsersDeleted = 'Vybranyja karystalniki byli paśpiachova vydalenyja.';
$strUsersHavingAccessToDb = 'Karystalniki z pravami dostupu da "%s"';
$strUseTabKey = 'Vykarystoŭvajcie klavišu TAB dla pieramiaščeńnia ad značeńnia da značeńnia abo CTRL+strełki dla pieramiaščeńnia ŭ luboje inšaje miesca';
$strUseTables = 'Vykarystoŭvać tablicy';
$strUseTextField = 'Vykarystoŭvać tekstavaje pole';
$strUseThisValue = 'Vykarystoŭvać heta značeńnie';
$strValidateSQL = 'Pravieryć SQL';
$strValidatorError = 'Niemahčyma prainicyjalizavać pravierku SQL. Kali łaska, praviercie, ci ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ %sdakumentacyi%s.';
$strValue = 'Značeńnie';
$strVar = 'Źmiennaja';
$strVersionInformation = 'Jinfarmacyja pra versiju';
$strView = 'Vyhlad';
$strViewDump = 'Prahladzieć damp (schiemu) tablicy';
$strViewDumpDB = 'Prahladzieć damp (schumu) bazy dadzienych';
$strViewDumpDatabases = 'Prahladzieć damp (schiemu) bazaŭ dadzienych';
$strViewDumpDB = 'Prahladzieć damp (schumu) bazy dadzienych';
$strViewDump = 'Prahladzieć damp (schiemu) tablicy';
$strViewHasBeenDropped = 'Vyhlad %s byŭ vydaleny';
$strView = 'Vyhlad';
$strWebServerUploadDirectory = 'tečka veb-servera dla zahruzki fajłaŭ';
$strWebServerUploadDirectoryError = 'Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ';
$strWebServerUploadDirectory = 'tečka veb-servera dla zahruzki fajłaŭ';
$strWelcome = 'Zaprašajem u %s';
$strWestEuropean = 'Zachodnieeŭrapiejskaja';
$strWildcard = 'šablon';
@@ -808,13 +817,155 @@ $strYes = 'Tak';
$strZeroRemovesTheLimit = 'Zaŭvaha: Paznačeńnie hetych opcyjaŭ jak 0 (nul) zdymaje abmiežavańnie.';
$strZip = 'archivavany ŭ zip';
$strGeneratePassword = 'Generate Password'; //to translate
$strGenerate = 'Generate'; //to translate
$strCopy = 'Copy'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -826,4 +826,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -825,4 +825,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -831,4 +831,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -832,4 +832,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -838,4 +838,155 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -839,4 +839,155 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -838,4 +838,155 @@ $strView = 'View'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -798,4 +798,155 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -799,4 +799,155 @@ $strYes = 'Si';
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -834,4 +834,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -835,4 +835,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -818,4 +818,155 @@ $strYes = '
$strZeroRemovesTheLimit = '<27><>: <20>]<5D>w<EFBFBD>o<EFBFBD>ǿﶵ<C7BF><EFB6B5> 0 (<28>s) <20>i<EFBFBD>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD>.';
$strZip = '"zipped"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -819,4 +819,155 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -840,4 +840,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -841,4 +841,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -840,4 +840,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -3,7 +3,7 @@
/**
* Czech language file by
* Michal <20>iha<68> <nijel at users.sourceforge.net>
* Michal <20>iha<68> <michal@cihar.com>
*/
$charset = 'iso-8859-2';
@@ -53,6 +53,7 @@ $strAfterInsertNewInsert = 'Vlo
$strAfterInsertNext = 'Upravit n<>sleduj<75>c<EFBFBD> <20><>dek';
$strAfterInsertSame = 'N<>vrat na tuto str<74>nku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povolit p<>eru<72>en<65> importu v&nbsp;p<><70>pad<61> <20>e skript pozn<7A>, <20>e se bl<62><6C><EFBFBD> <20>asov<6F> limit nastaven<65> v&nbsp;PHP. T<>mto zp<7A>sobem m<><6D>ete importovat i velk<6C> soubory, ale m<><6D>e to zp<7A>sobit probl<62>my s&nbsp;transakcemi.';
$strAllTableSameWidth = 'Pou<6F><75>t pro v<>echny tabulky stejnou <20><><EFBFBD>ku';
$strAll = 'V<>echno';
$strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle';
@@ -81,6 +82,7 @@ $strBeginRaw = 'ZA
$strBinary = ' Bin<69>rn<72> ';
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
$strBinaryLog = 'Bin<69>rn<72> log';
$strBinaryLogCache = 'Vyrovn<76>vac<61> pam<61><6D> bin<69>rn<72>ho logu';
$strBinLogEventType = 'Typ ud<75>losti';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jm<4A>no logu';
@@ -99,17 +101,18 @@ $strBrowse = 'Proj
$strBufferPoolActivity = 'Aktivita vyrovn<76>vac<61> pam<61>ti';
$strBufferPoolUsage = 'Vyu<79>it<69> vyrovn<76>vac<61> pam<61>ti';
$strBufferPool = 'Vyrovn<76>vac<61> pam<61><6D>';
$strBufferReadMissesInPercent = 'V<>padk<64> p<>i <20>ten<65> v %';
$strBufferReadMissesInPercent = 'V<>padk<64> p<>i <20>ten<65> v&nbsp;%';
$strBufferReadMisses = 'V<>padk<64> p<>i <20>ten<65>';
$strBufferWriteWaits = '<27>ek<65>n<EFBFBD> na z<>pis';
$strBufferWriteWaitsInPercent = '<27>ek<65>n<EFBFBD> na z<>pis v %';
$strBufferWriteWaitsInPercent = '<27>ek<65>n<EFBFBD> na z<>pis v&nbsp;%';
$strBulgarian = 'Bulhar<61>tina';
$strBusyPages = 'Zpracov<6F>van<61>ch str<74>kek';
$strBzError = 'phpMyAdminovi se nepoda<64>ilo zkomprimovat v<>pis, proto<74>e roz<6F><7A><EFBFBD>en<65> pro kompresi bz2 je v&nbsp;t<>to verzi PHP chybn<62>. Doporu<72>ujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaven<65>ch phpMyAdmina na <code>FALSE</code>). Pokud chcete pou<6F><75>vat kompresi bz2, m<>li byste nainstalovat nov<6F>j<EFBFBD><6A> verzi PHP. V<>ce informac<61> o&nbsp;tomto probl<62>mu je u popisu chyby %s.';
$strBusyPages = 'Zpracov<6F>van<61>ch str<74>nek';
$strBzError = 'phpMyAdminovi se nepoda<64>ilo zkomprimovat v<>pis, proto<74>e roz<6F><7A><EFBFBD>en<65> pro kompresi bz2 je v&nbsp;t<>to verzi PHP chybn<62>. Doporu<72>ujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaven<65>ch phpMyAdmina na <code>FALSE</code>). Pokud chcete pou<6F><75>vat kompresi bz2, m<>li byste nainstalovat nov<6F>j<EFBFBD><6A> verzi PHP. V<>ce informac<61> o&nbsp;tomto probl<62>mu je u&nbsp;popisu chyby %s.';
$strBzip = '"zabzipov<6F>no"';
$strCalendar = 'Kalend<6E><64>';
$strCannotLogin = 'Nepoda<64>ilo se p<EFBFBD>ihl<EFBFBD><EFBFBD>en<EFBFBD> k MySQL serveru';
$strCanNotLoadImportPlugins = 'Nepoda<64>ilo se nahr<EFBFBD>t pluginy pro import, zkontrolujte pros<6F>m va<76><61> instalaci!';
$strCannotLogin = 'Nepoda<64>ilo se p<>ihl<68><6C>en<65> k&nbsp;MySQL serveru';
$strCantLoad = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> %s,<br />zkontrolujte pros<6F>m nastaven<65> PHP';
$strCantLoadRecodeIconv = 'Nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> iconv ani recode pot<6F>ebn<62> pro p<>evod znakov<6F>ch sad. Upravte nastaven<65> PHP tak, aby umo<6D><6F>ovalo pou<6F><75>t tyto roz<6F><7A><EFBFBD>en<65> nebo vypn<70>te p<>evod znakov<6F>ch sad v&nbsp;phpMyAdminu.';
$strCantRenameIdxToPrimary = 'Index nem<65><6D>ete p<>ejmenovat na "PRIMARY"!';
@@ -148,6 +151,7 @@ $strComments = 'Koment
$strCompatibleHashing = 'Kompatibiln<6C> s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = '<27>pln<6C> inserty';
$strCompression = 'Komprese';
$strCompressionWillBeDetected = 'Komprimace importovan<61>ho souboru bude automaticky rozpozn<7A>na. Podporov<6F>ny jsou: %s';
$strConfigFileError = 'phpMyAdmin nemohl na<6E><61>st konfigura<72>n<EFBFBD> soubor!<br />Tato chyba m<><6D>e nastat, pokud v&nbsp;n<>m PHP najde chybu nebo nem<65><6D>e tento soubor naj<61>t.<br />Po kliknut<75> na n<>sleduj<75>c<EFBFBD> odkaz se PHP pokus<75> p<><70>mo interpretovat tento soubor a zobraz<61> informace o&nbsp;chyb<79>, ke kter<65> do<64>lo. Pak opravte tuto chybu (nej<65>ast<73>ji se jedn<64> o&nbsp;chyb<79>j<EFBFBD>c<EFBFBD> st<73>edn<64>k).<br />Pokud z<>sk<73>te pr<70>zdnou str<74>nku, v<>echno je v&nbsp;po<70><6F>dku.';
$strConfigureTableCoord = 'Pros<6F>m, nastavte sou<6F>adnice pro tabulku %s';
$strConnectionError = 'Nepoda<64>ilo se p<>ipojit: chybn<62> nastaven<65>.';
@@ -172,6 +176,8 @@ $strCreate = 'Vytvo
$strCreationDates = 'Datum vytvo<76>en<65>, posledn<64> zm<7A>ny a kontroly';
$strCriteria = 'Podm<64>nka';
$strCroatian = 'Chorvat<61>tina';
$strCSV = 'CSV';
$strCSVImportOptions = 'Nastaven<65> CSV';
$strCSVOptions = 'Nastaven<65> CSV exportu';
$strCyrillic = 'Cyrilika';
$strCzech = '<27>e<EFBFBD>tina';
@@ -193,7 +199,7 @@ $strData = 'Data';
$strDataDict = 'Datov<6F> slovn<76>k';
$strDataOnly = ' Jen data';
$strDataPages = 'Str<74>nek obshahuj<75>c<EFBFBD>ch data';
$strDBComment = 'Koment<6E><74> k datab<EFBFBD>zi: ';
$strDBComment = 'Koment<6E><74> k&nbsp;datab<EFBFBD>zi: ';
$strDBCopy = 'Zkop<6F>rovat datab<61>zi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
@@ -248,6 +254,7 @@ $strEmptyResultSet = 'MySQL vr
$strEmpty = 'Vypr<70>zdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzav<61><76>t p<><70>kazy v&nbsp;transakci';
$strEnclosingOptional = 'Uzav<61>en<65> slouc<75> je voliteln<6C>';
$strEndCut = 'KONEC V<>PISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC V<>PISU';
@@ -258,6 +265,7 @@ $strEngineUnsupported = 'Tento MySQL server nepodporuje
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v&nbsp;MySQL jsou uv<75>d<EFBFBD>ny anglicky';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v&nbsp;ZIP arch<63>vu:';
$strEscapeWildcards = 'Z<>stupn<70> znaky _ a % by m<>ly b<>t escapov<6F>ny pomoc<6F> \, pokud je chcete pou<6F><75>t jako znak';
$strEstonian = 'Eston<6F>tina';
$strExcelEdition = 'Verze Excelu';
@@ -281,8 +289,11 @@ $strFileCouldNotBeRead = 'Soubor nelze p
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
$strFileToImport = 'Soubor pro importov<6F>n<EFBFBD>';
$strFixed = 'pevn<76>';
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z&nbsp;tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V&nbsp;tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
$strFlushQueryCache = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> dotaz<61>';
$strFlushTables = 'Zav<61><76>t v<>echny tabulky';
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
$strFormat = 'Form<72>t';
$strFormEmpty = 'Chyb<79>j<EFBFBD>c<EFBFBD> hodnota ve formul<75><6C>i!';
@@ -305,6 +316,7 @@ $strGrantOption = 'P
$strGreek = '<27>e<EFBFBD>tina';
$strGzip = '"zagzipov<6F>no"';
$strHandler = 'Obslu<6C>n<EFBFBD> rutiny';
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.';
$strHaveToShow = 'Mus<75>te zvolit alespo<70> jeden sloupec, kter<65> chcete zobrazit.';
@@ -324,12 +336,16 @@ $strIcelandic = 'Island
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'Pokud si p<>ejete nat<61>hnout jen vybran<61> sloupce z&nbsp;tabulky, napi<70>te je jako seznam sloupc<70> odd<64>len<65>ch <20><>rkou.';
$strIgnoreDuplicates = 'Ignorovat duplicitn<74> <20><>dky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Pou<6F><75>t IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFinished = 'Import byl <20>sp<73><70>n<EFBFBD> dokon<6F>en.';
$strImportFinished = 'Import ukon<6F>en';
$strImportFormat = 'Form<72>t importovan<61>ho souboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstran<61>n';
$strIndex = 'Index';
@@ -341,7 +357,7 @@ $strIndexWarningTable = 'Probl
$strIndexWarningUnique = 'Sloupec `%s` by nem<65>l b<>t z<>rove<76> obsa<73>en v&nbsp;PRIMARY a UNIQUE kl<6B><6C>i';
$strInnoDBAutoextendIncrementDesc = 'Velikost o&nbsp;kterou je zv<7A>t<EFBFBD>en soubor s&nbsp;daty, pokud je zapln<6C>n<EFBFBD>.';
$strInnoDBAutoextendIncrement = 'Krok automatick<63>ho zv<7A>t<EFBFBD>ov<6F>n<EFBFBD>';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovn<76>vac<61> pam<61>ti, kterou InnoDB pou<6F><75>v<EFBFBD> pro cache dat a index<65> tabulek.';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovn<76>vac<61> pam<61>ti, kterou InnoDB pou<6F><75>v<EFBFBD> pro vyrovn<EFBFBD>vac<EFBFBD> pam<61><6D> dat a index<65> tabulek.';
$strInnoDBBufferPoolSize = 'Velikost vyrovn<76>vac<61> pam<61>ti';
$strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Spole<6C>n<EFBFBD> <20><>st cesty pro v<>echny soubory obsahuj<75>c<EFBFBD> data InnoDB.';
@@ -357,20 +373,25 @@ $strInsertNewRow = 'Vlo
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInsert = 'Vlo<6C>it';
$strInstructions = 'Instrukce';
$strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v InnoDB.';
$strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v&nbsp;InnoDB.';
$strInternalRelations = 'Intern<72> relace';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInvalidAuthMethod = 'V konfiguraci m<>te <20>patnou autentiza<7A>n<EFBFBD> metodu:';
$strInvalidColumn = 'Byl zad<61>n chybn<62> sloupec (%s)!';
$strInvalidColumnCount = 'Po<50>et sloupc<70> mus<75> b<>t v<>t<EFBFBD><74> ne<6E> nula.';
$strInvalidCSVInput = 'Chybn<62> CVS data, nepoda<64>ilo se je na<6E><61>st!';
$strInvalidFieldAddCount = 'Mus<75>te p<>idat alespo<70> jeden sloupec.';
$strInvalidFieldCount = 'Tabulka mus<75> m<>t alespo<70> jeden sloupec.';
$strInvalidRowNumber = '%d nen<65> platn<74> <20><>slo <20><>dku.';
$strJapanese = 'Japon<6F>tina';
$strJoins = 'Pou<6F>it<69> v<>b<EFBFBD>ry';
$strJumpToDB = 'Na datab<61>zi &quot;%s&quot;.';
$strJustDeleteDescr = 'Odstran<61>n<EFBFBD> u<>ivatel<65> st<73>le budou m<>t p<><70>stup na server, dokud nebudou znovuna<6E>tena opr<70>vn<76>n<EFBFBD>.';
$strJustDelete = 'Jen odstranit u<>ivatele z tabulek s opr<EFBFBD>vn<EFBFBD>n<EFBFBD>mi.';
$strJustDelete = 'Jen odstranit u<>ivatele z&nbsp;tabulek s&nbsp;opr<EFBFBD>vn<EFBFBD>n<EFBFBD>mi.';
$strKeepPass = 'Nem<65>nit heslo';
$strKeyCache = 'Vyrovn<76>vac<61> pam<61><6D> kl<6B><6C><EFBFBD>';
$strKeyname = 'Kl<4B><6C>ov<6F> n<>zev';
$strKill = 'Ukon<6F>it';
$strKorean = 'Korej<65>tina';
@@ -406,6 +427,7 @@ $strLogServer = 'Server';
$strLogUsername = 'Jm<4A>no:';
$strLongOperation = 'Tato operace m<><6D>e trvat velmi dlouho. Chcete je p<>esto prov<6F>st?';
$strMaxConnects = 'Maximum sou<6F>asn<73>ch p<>ipojen<65>';
$strMaximumSize = 'Maxim<69>ln<6C> velikost: %s%s';
$strMbExtensionMissing = 'Roz<6F><7A><EFBFBD>en<65> mbstring pro PHP nebylo nalezeno a zd<7A> se, <20>e po<70><6F>v<EFBFBD>te v<>cebajtovou znakovou sadu. Bez roz<6F><7A><EFBFBD>en<65> mbstring neum<75> phpMyAdmin spr<70>vn<76> rozd<7A>lovat <20>et<65>zce a proto to m<><6D>e m<>t ne<6E>ekan<61> n<>sledky.';
$strMbOverloadWarning = 'V&nbsp;nastaven<65> PHP m<>te zapnuto mbstring.func_overload. Toto nastaven<65> nen<65> kompatibiln<6C> s&nbsp;phpMyAdminem a m<><6D>e zp<7A>sobit po<70>kozen<65> dat!';
@@ -431,7 +453,7 @@ $strMultilingual = 'mnohojazy
$strMustSelectFile = 'Zvolte soubor, kter<65> chcete vlo<6C>it.';
$strMyISAMDataPointerSizeDesc = 'V<>choz<6F> velikost ukazatele v&nbsp;bajtech, kter<65> bude pou<6F>ita pro vytv<74><76>en<65> MyISAM tabulek, pokud nen<65> uvedeno MAX_ROWS.';
$strMyISAMDataPointerSize = 'Velikost ukazatele na data';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytv<74><76>en<65> MyISAM indexu byl v<>t<EFBFBD><74> ne<6E> zde uveden<65> hodnota, pou<6F>ije se pomalej<65><6A> metoda cache kl<6B><6C><EFBFBD>.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytv<74><76>en<65> MyISAM indexu byl v<>t<EFBFBD><74> ne<6E> zde uveden<65> hodnota, pou<6F>ije se pomalej<65><6A> metoda vyrovn<EFBFBD>vac<EFBFBD> pam<61>ti kl<6B><6C><EFBFBD>.';
$strMyISAMMaxExtraSortFileSize = 'Maxim<69>ln<6C> velikost do<64>asn<73>ch soubor<6F> p<>i vytv<74><76>en<65> indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maxim<69>ln<6C> velikost do<64>asn<73>ch soubor<6F>, kter<65> sm<73> MySQL pou<6F><75>t p<>i obnov<6F> indexu (p<>i REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maxim<69>ln<6C> velikost do<64>asn<73>ch soubor<6F> pro <20>azen<65>';
@@ -447,8 +469,8 @@ $strMySQLReloaded = 'MySQL znovu na
$strMySQLSaid = 'MySQL hl<68>s<EFBFBD>: ';
$strMySQLServerProcess = 'MySQL %pma_s1% b<><62><EFBFBD>c<EFBFBD> na serveru %pma_s2%, u<>ivatel p<>ihl<68><6C>en jako %pma_s3%';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Uk<EFBFBD>zat informace o&nbsp;b<EFBFBD>hu MySQL';
$strMySQLShowVars = 'Uk<EFBFBD>zat syst<EFBFBD>mov<EFBFBD> prom<6F>nn<6E> MySQL';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Syst<EFBFBD>mov<EFBFBD> prom<6F>nn<6E> MySQL';
$strName = 'N<>zev';
$strNeedPrimaryKey = 'Pro tuto tabulku byste m<>li definovat prim<69>rn<72> kl<6B><6C>.';
@@ -460,9 +482,10 @@ $strNoDescription = '
$strNoDetailsForEngine = 'Nejsou dostupn<70> podrobn<62>j<EFBFBD><6A> informace o tomto <20>lo<6C>i<EFBFBD>ti.';
$strNoDropDatabases = 'P<><50>kaz "DROP DATABASE" je vypnut<75>.';
$strNoExplain = 'Bez vysv<73>tlen<65> (EXPLAIN) SQL';
$strNoFilesFoundInZip = 'V&nbsp;ZIP arch<63>vu nebyly nalezeny <20><>dn<64> soubory!';
$strNoFrames = 'phpMyAdmin se l<>pe pou<6F><75>v<EFBFBD> v&nbsp;prohl<68><6C>e<EFBFBD>i podporuj<75>c<EFBFBD>m r<>my ("FRAME").';
$strNoIndexPartsDefined = '<27><>dn<64> <20><>st indexu nebyla definov<6F>na!';
$strNoIndex = '<27><>dn<64> index nebyl definov<6F>n!';
$strNoIndex = 'Sloupec nem<65> definovan<61> <EFBFBD><EFBFBD>dn<EFBFBD> index!';
$strNoModification = '<27><>dn<64> zm<7A>na';
$strNo = 'Ne';
$strNone = '<27><>dn<64>';
@@ -476,9 +499,10 @@ $strNoRights = 'Nem
$strNoRowsSelected = 'Nebyl vybr<62>n <20><>dn<64> <20><>dek';
$strNoSpace = 'Nedostatek m<>sta pro ulo<6C>en<65> souboru %s.';
$strNoTablesFound = 'V&nbsp;datab<61>zi nebyla nalezena <20><>dn<64> tabulka.';
$strNoThemeSupport = 'Nen<65> podporov<6F>na zm<7A>na t<>matu, zkontrolujte nastaven<65> a t<>mata v adres<EFBFBD><EFBFBD>i %s.';
$strNoThemeSupport = 'Nen<65> podporov<6F>na zm<7A>na t<>matu, zkontrolujte nastaven<65> a t<>mata v&nbsp;adres<EFBFBD><EFBFBD>i %s.';
$strNothingToImport = 'Nebyla zad<61>na <20><>dn<64> data pro import!';
$strNotNumber = 'Nebylo zad<61>no <20><>slo!';
$strNotOK = 'nen<65> v po<EFBFBD><EFBFBD>dku';
$strNotOK = 'nen<65> v&nbsp;po<EFBFBD><EFBFBD>dku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
@@ -487,7 +511,7 @@ $strNumSearchResultsInTable = '%s odpov
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>)';
$strNumTables = 'Tabulek';
$strOftenQuotation = '<27>asto uvozuj<75>c<EFBFBD> znaky. Voliteln<6C> znamen<65>, <20>e pouze polo<6C>ky u kter<EFBFBD>ch je to nutn<74> (obvykle typu CHAR a VARCHAR) jsou uzav<61>eny do uzav<61>rac<61>ch znak<61>.';
$strOftenQuotation = '<27>asto uvozuj<75>c<EFBFBD> znaky. Voliteln<6C> znamen<65>, <20>e pouze polo<6C>ky u&nbsp;kter<EFBFBD>ch je to nutn<74> (obvykle typu CHAR a VARCHAR) jsou uzav<61>eny do uzav<61>rac<61>ch znak<61>.';
$strOK = 'OK';
$strOperations = '<27>pravy';
$strOperator = 'Oper<65>tor';
@@ -499,8 +523,9 @@ $strOverhead = 'Nav
$strOverwriteExisting = 'P<>epsat existuj<75>c<EFBFBD> soubor(y)';
$strPageNumber = 'Strana <20><>slo:';
$strPagesToBeFlushed = 'Str<74>nek ur<75>en<65>ch k uvoln<EFBFBD>n<EFBFBD>';
$strPagesToBeFlushed = 'Str<74>nek ur<75>en<65>ch k&nbsp;uvoln<EFBFBD>n<EFBFBD>';
$strPaperSize = 'Velikost str<74>nky';
$strPartialImport = '<27><>ste<74>n<EFBFBD> import';
$strPartialText = 'Zkr<6B>cen<65> texty';
$strPasswordChanged = 'Heslo pro %s bylo <20>sp<73><70>n<EFBFBD> zm<7A>n<EFBFBD>no.';
$strPasswordEmpty = 'Heslo je pr<70>zdn<64>!';
@@ -528,8 +553,8 @@ $strPrimaryKeyHasBeenDropped = 'Prim
$strPrimaryKeyName = 'Jm<4A>no prim<69>rn<72>ho kl<6B><6C>e mus<75> b<>t "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mus<75></b> b<>t jm<6A>no <b>pouze</b> prim<69>rn<72>ho kl<6B><6C>e!)';
$strPrimary = 'Prim<69>rn<72>';
$strPrintViewFull = 'N<>hled k vyti<EFBFBD>t<EFBFBD>n<EFBFBD> (s&nbsp;kompletn<74>mi texty)';
$strPrintView = 'N<>hled k vyti<EFBFBD>t<EFBFBD>n<EFBFBD>';
$strPrintViewFull = 'N<>hled k&nbsp;vyti<EFBFBD>t<EFBFBD>n<EFBFBD> (s&nbsp;kompletn<74>mi texty)';
$strPrintView = 'N<>hled k&nbsp;vyti<EFBFBD>t<EFBFBD>n<EFBFBD>';
$strPrint = 'Vytisknout';
$strPrivDescAllPrivileges = 'V<>echna opr<70>vn<76>n<EFBFBD> krom<6F> GRANT.';
$strPrivDescAlterDb = 'Umo<6D><6F>uje m<>nit strukturu existuj<75>c<EFBFBD>ch tabulek a v<>choz<6F> znakov<6F> sady a <20>azen<65> datab<61>z<EFBFBD>.';
@@ -575,6 +600,7 @@ $strPutColNames = 'P
$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
$strQBEIns = 'p<>idat';
$strQueryCache = 'Vyrovn<76>vac<61> pam<61><6D> dotaz<61>';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = 'SQL dotaz na datab<61>zi <b>%s</b>:';
$strQuerySQLHistory = 'SQL historie';
@@ -604,11 +630,12 @@ $strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplace = 'P<>epsat';
$strReplaceTable = 'P<>epsat data tabulky souborem';
$strReplication = 'Replikace';
$strReset = 'P<>vodn<64>';
$strResourceLimits = 'Omezen<65> zdroj<6F>';
$strReType = 'Heslo znovu';
$strRevokeAndDeleteDescr = 'U<>ivatel<65> budou m<>t opr<70>vn<76>n<EFBFBD> "USAGE" (pou<6F><75>v<EFBFBD>n<EFBFBD>), dokud nebudou znovuna<6E>tena opr<70>vn<76>n<EFBFBD>.';
$strRevokeAndDelete = 'Odebrat u<>ivatel<65>m ve<76>ker<65> opr<70>vn<76>n<EFBFBD> a pot<6F> je odstranit z tabulek.';
$strRevokeAndDelete = 'Odebrat u<>ivatel<65>m ve<76>ker<65> opr<70>vn<76>n<EFBFBD> a pot<6F> je odstranit z&nbsp;tabulek.';
$strRevokeMessage = 'Byla zru<72>ena pr<70>va pro %s';
$strRevoke = 'Zru<72>it';
$strRomanian = 'Rumun<75>tina';
@@ -624,10 +651,11 @@ $strRows = '
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'na %s';
$strRunQuery = 'Prov<6F>st dotaz';
$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
$strRussian = 'Ru<52>tina';
$strSaveOnServer = 'Ulo<6C>it na serveru v adres<EFBFBD><EFBFBD>i %s';
$strSaveOnServer = 'Ulo<6C>it na serveru v&nbsp;adres<EFBFBD><EFBFBD>i %s';
$strSave = 'Ulo<6C>';
$strScaleFactorSmall = 'M<><4D><EFBFBD>tko je p<><70>li<6C> mal<61>, aby se sch<63>ma ve<76>lo na jednu str<74>nku';
$strSearchFormTitle = 'Vyhled<65>v<EFBFBD>n<EFBFBD> v&nbsp;datab<61>zi';
@@ -652,6 +680,7 @@ $strSent = 'Odesl
$strServerChoice = 'V<>b<EFBFBD>r serveru';
$strServerNotResponding = 'Server neodpov<6F>d<EFBFBD>';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odlo<6C>en<65> inserty';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento MySQL server b<><62><EFBFBD> %s. <20>as spu<70>t<EFBFBD>n<EFBFBD>: %s.';
$strServerTabProcesslist = 'Procesy';
@@ -667,7 +696,98 @@ $strShowDatadictAs = 'Form
$strShowFullQueries = 'Zobrazit cel<65> dotazy';
$strShowGrid = 'Zobrazit m<><6D><EFBFBD>ku';
$strShowingRecords = 'Zobrazeny z<>znamy';
$strShowOpenTables = 'Zobrazit otev<65>en<65> tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit pod<6F><64>zen<65> servery';
$strShowSlaveStatus = 'Zobrazit stav pod<6F><64>zen<65>ch server<65>';
$strShowStatusBinlog_cache_disk_useDescr = 'Po<50>et transakc<6B>, kter<65> pou<6F>ily do<64>asn<73> bin<69>rn<72> log, ale p<>ekro<72>ily hodnotu binlog_cache_size a musely pou<6F><75>t do<64>asn<73> soubor pro ulo<6C>en<65> p<><70>kaz<61> transakce.';
$strShowStatusBinlog_cache_useDescr = 'Po<50>et transakc<6B>, kter<65> vyu<79>ily do<64>asn<73> bin<69>rn<72> log.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Po<50>et do<64>asn<73>ch tabulek vytvo<76>en<65>ch serverem na disku p<>i prov<6F>d<EFBFBD>n<EFBFBD> dotaz<61>. Pokud je tato hodnota velk<6C>, m<><6D>ete zv<7A>t<EFBFBD>it parametr tmp_table_size a MySQL bude pou<6F><75>vat v<>t<EFBFBD><74> do<64>asn<73> tabulky v&nbsp;pam<61>ti.';
$strShowStatusCreated_tmp_filesDescr = 'Po<50>et vytvo<76>en<65>ch do<64>asn<73>ch soubor<6F>.';
$strShowStatusCreated_tmp_tablesDescr = 'Po<50>et do<64>asn<73>ch tabulek vytvo<76>en<65>ch serverem v&nbsp;pam<61>ti p<>i prov<6F>d<EFBFBD>n<EFBFBD> dotaz<61>.';
$strShowStatusDelayed_errorsDescr = 'Po<50>et <20><>dk<64> proveden<65>ch pomoc<6F> INSERT DELAYED, u&nbsp;kter<65>ch se vyskytla chyba (pravd<76>podobn<62> duplicitn<74> kl<6B><6C>).';
$strShowStatusDelayed_insert_threadsDescr = 'Po<50>et vl<76>ken pou<6F><75>van<61>ch pro INSERT DELAYED. Ka<4B>d<EFBFBD> tabulka na kter<65> je pou<6F>it INSERT DEKAYED m<> jeden thread.';
$strShowStatusDelayed_writesDescr = 'Po<50>et <20><>dk<64> zapsan<61>ch pomoc<6F> INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Po<50>et proveden<65>ch p<><70>kaz<61> FLUSH.';
$strShowStatusHandler_commitDescr = 'Po<50>et intern<72>ch p<><70>kaz<61> COMMIT.';
$strShowStatusHandler_deleteDescr = 'Po<50>et po<70>adavk<76> na smaz<61>n<EFBFBD> <20><>dku.';
$strShowStatusHandler_discoverDescr = 'Po<50>et zji<6A><69>ov<6F>n<EFBFBD> tabulek. T<>mto se naz<61>v<EFBFBD> dotaz NDB clusteru, jestli v<> o tabulce dan<61>ho jm<6A>na.';
$strShowStatusHandler_read_firstDescr = 'Po<50>et p<>e<EFBFBD>ten<65> prvn<76> polo<6C>ky indexu. P<><50>li<6C> vysok<6F> hodnota znamen<65>, <20>e server prov<6F>d<EFBFBD> mnoho kompletn<74>ch proch<63>zen<65> indexu. Na p<><70>klad SELECT col1 FROM foo, pokud je col1 indexov<6F>na.';
$strShowStatusHandler_read_keyDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> <20><>dku vych<63>zej<65>c<EFBFBD> z&nbsp;indexu. Vysok<6F> hodnota znamen<65>, <20>e dotazy spr<70>vn<76> vyu<79><75>vaj<61> indexy.';
$strShowStatusHandler_read_nextDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> dal<61><6C>ho <20><>dku podle indexu. Tato hodnota se zv<7A>t<EFBFBD>uje pokud prov<6F>d<EFBFBD>te dotaz na indexovan<61> sloupec s&nbsp;omezen<65>m rozsahu nebo prohled<65>v<EFBFBD>te index.';
$strShowStatusHandler_read_prevDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> p<>edchoz<6F>ho <20><>dku z&nbsp;indexu. Pou<6F><75>van<61> pro optimalizaci dotaz<61> ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> konkr<6B>tn<74>ho <20><>dku tabulky. Vysok<6F> hodnota znamen<65>, <20>e prov<6F>d<EFBFBD>te mnoho dotaz<61>, kter<65> vy<76>aduj<75> <20>azen<65> v<>sledk<64>. Pravd<76>podobn<62> pou<6F><75>v<EFBFBD>te mnoho dotaz<61>, kter<65> vy<76>aduj<75> prohl<68><6C>en<65> cel<65> tabulky nebo pou<6F><75>v<EFBFBD>te spojen<65> tabulek, kter<65> nevyu<79><75>vaj<61> index<65>.';
$strShowStatusHandler_read_rnd_nextDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> dal<61><6C>ho <20><>dku ze souboru. Tato hodnota je vysok<6F> pokud dotazy proch<63>zej<65> cel<65> tabulky, pravd<76>podobn<62> tedy nemaj<61> vhodn<64> indexy.';
$strShowStatusHandler_rollbackDescr = 'Po<50>et intern<72>ch p<><70>kaz<61> ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Po<50>et po<70>adavk<76> na aktualizaci <20><>dku.';
$strShowStatusHandler_writeDescr = 'Po<50>et po<70>adavk<76> na vlo<6C>en<65> <20><>dku.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Po<50>et str<74>nek obsahuj<75>c<EFBFBD>ch data (zm<7A>n<EFBFBD>n<EFBFBD> i nezm<7A>n<EFBFBD>n<EFBFBD>).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Po<50>et zm<7A>n<EFBFBD>n<EFBFBD>ch str<74>nek.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Po<50>et str<74>nek, na kter<65> je po<70>adavek na vypr<70>zdn<64>n<EFBFBD>.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Po<50>et voln<6C>ch str<74>nek.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Po<50>et zam<61>en<65>ch str<74>nek, tzn. str<74>nek, kter<65> jsou pr<70>v<EFBFBD> zapisov<6F>ny nebo <20>teny nebo nemohou b<>t odstran<61>ny z&nbsp;jak<61>hokoliv d<>vodu.';
$strShowStatusInnodb_log_write_requestsDescr = 'Po<50>et po<70>adavk<76> na z<>pis do logovac<61>ho souboru.';
$strShowStatusInnodb_log_writesDescr = 'Po<50>et skute<74>n<EFBFBD>ch z<>pis<69> do logovac<61>ho souboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Po<50>et synchronizac<61> proveden<65>ch na logovac<61>ch souborech.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Po<50>et nevy<76><79>zen<65>ch synchronizac<61> logovac<61>ch soubor<6F>.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Po<50>et nevy<76><79>zen<65>ch z<>pis<69> do logovac<61>ch soubor<6F>.';
$strShowStatusInnodb_os_log_writtenDescr = 'Po<50>et bajt<6A> zapsan<61>ch do logovac<61>ho souboru.';
$strShowStatusInnodb_pages_createdDescr = 'Po<50>et vytvo<76>en<65>ch str<74>nek.';
$strShowStatusInnodb_page_sizeDescr = 'Zakompilovan<61> velikost str<74>nky InnoDB (v<>choz<6F> je 16 KB). Mnoho hodnot je uv<75>d<EFBFBD>no ve str<74>nk<6E>ch, pomoc<6F> t<>to hodnoty je m<><6D>ete p<>epo<70><6F>tat na velikost.';
$strShowStatusInnodb_pages_readDescr = 'Po<50>et p<>e<EFBFBD>ten<65>ch str<74>nek.';
$strShowStatusInnodb_pages_writtenDescr = 'Po<50>et zapsan<61>ch str<74>nek.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Po<50>et z<>mk<6D> <20><>dku, na kter<65> se v sou<6F>asn<73> dob<6F> <20>ek<65>.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Pr<50>m<EFBFBD>rn<72> <20>as pot<6F>ebn<62> pro z<>sk<73>n<EFBFBD> z<>mku <20><>dku, v milisekund<6E>ch.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkov<6F> <20>as str<74>ven<65> <20>ek<65>n<EFBFBD>m na z<>mek <20><>dku, v milisekund<6E>ch.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maxim<69>ln<6C> <20>as pot<6F>ebn<62> pro z<>sk<73>n<EFBFBD> z<>mku <20><>dku, v milisekund<6E>ch.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikr<6B>t se muselo <20>ekat na z<>mek <20><>dku.';
$strShowStatusInnodb_rows_deletedDescr = 'Po<50>et <20><>dk<64> ostran<61>n<EFBFBD>ch z InnoDB tabulek.';
$strShowStatusInnodb_rows_insertedDescr = 'Po<50>et <20><>dk<64> vlo<6C>en<65>ch do InnoDB tabulek.';
$strShowStatusInnodb_rows_readDescr = 'Po<50>et <20><>dk<64> p<>e<EFBFBD>ten<65>ch z InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Po<50>et <20><>dk<64> aktualizovan<61>ch v InnoDB tabulk<6C>ch.';
$strShowStatusKey_blocks_not_flushedDescr = 'Po<50>et blok<6F> ve vyrovn<76>vac<61> pam<61>ti kl<6B><6C><EFBFBD>, kter<65> byly zm<7A>n<EFBFBD>ny, ale nebyly zaps<70>ny na disk. D<><44>ve se tato hodnota jmenovala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Po<50>et nepou<6F>it<69>ch blok<6F> ve vyrovn<76>vac<61> pam<61>ti kl<6B><6C><EFBFBD>. Pomoc<6F> t<>to hodoty pozn<7A>te jak moc je vyrovn<76>vac<61> pam<61><6D> vyu<79>it<69>.';
$strShowStatusKey_blocks_usedDescr = 'Po<50>et pou<6F>it<69>ch blok<6F> ve vyrovn<76>vac<61> pam<61>ti kl<6B><6C><EFBFBD>. Tato hodnota ur<75>uje maximum blok<6F>, kter<65> kdy byly obsazeny najednou.';
$strShowStatusKey_read_requestsDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> kl<6B><6C>e z vyrovn<76>vac<61> pam<61>ti.';
$strShowStatusKey_readsDescr = 'Po<50>et skute<74>n<EFBFBD>ch <20>ten<65> bloku zkl<6B><6C>e z disku. Pokud je hodnota p<><70>li<6C> velk<6C>, pravd<76>podobn<62> m<>te malou vyrovn<76>vac<61> pam<61><6D> (key_buffer_size). <20>sp<73><70>nost vyrovn<76>vac<61> pam<61>ti m<><6D>ete spo<70><6F>tat jako Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Po<50>et po<70>adavk<76> na z<>pis bloku kl<6B><6C>e na disk.';
$strShowStatusKey_writesDescr = 'Po<50>et skute<74>n<EFBFBD>ch z<>pis<69> bloku kl<6B><6C>e na disk.';
$strShowStatusLast_query_costDescr = 'Celkov<6F> cena posledn<64>ho kompilovan<61>ho dotazu spo<70><6F>tan<61> optimaliz<69>rem dotaz<61>. U<>ite<74>n<EFBFBD> pro porovn<76>n<EFBFBD> r<>zn<7A>ch dotaz<61>. V<>choz<6F> hodnota 0 znamen<65>, <20>e <20><>dn<64> dotaz je<6A>t<EFBFBD> nebyl kompilov<6F>n.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Po<50>et <20><>dk<64> <20>ekaj<61>c<EFBFBD>ch na zaps<70>n<EFBFBD> ve front<6E> INSERT DELAYED.';
$strShowStatusOpened_tablesDescr = 'Celkem otev<65>en<65>ch tabulek. Pokud je tato hodnota p<><70>li<6C> vysok<6F>, pravd<76>podobn<62> m<>te malou vyrovn<76>vac<61> pam<61><6D> pro tabulky.';
$strShowStatusOpen_filesDescr = 'Po<50>et otev<65>en<65>ch soubor<6F>.';
$strShowStatusOpen_streamsDescr = 'Po<50>et otev<65>en<65>ch stream<61> (pou<6F><75>van<61> p<>ev<65><76>n<EFBFBD> pro logov<6F>n<EFBFBD>).';
$strShowStatusOpen_tablesDescr = 'Po<50>et aktu<74>ln<6C> otev<65>en<65>ch tabulek.';
$strShowStatusQcache_free_blocksDescr = 'Po<50>et voln<6C>ch blok<6F> pam<61>ti ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_free_memoryDescr = 'Velikost voln<6C> pam<61>ti ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_hitsDescr = 'Po<50>et z<>sah<61> vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_insertsDescr = 'Po<50>et dotaz<61>ch p<>idan<61>ch do vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_lowmem_prunesDescr = 'Po<50>et dotaz<61> odstran<61>n<EFBFBD>ch z&nbsp;vyrovn<76>vac<61> pam<61>ti dotaz<61> aby uvolnily m<>sto pro nov<6F>. Tato hodnota m<><6D>e pomoci v&nbsp;nastaven<65> velikosti vyrovn<76>vac<61> pam<61>ti. Vyrovn<76>vac<61> pam<61><6D> pou<6F><75>v<EFBFBD> strategii LRU (nejd<6A>le nepou<6F>it<69>) pro vy<76>azov<6F>n<EFBFBD> dotaz<61> z&nbsp;vyrovn<76>vac<61> pam<61>ti.';
$strShowStatusQcache_not_cachedDescr = 'Po<50>et necachovan<61>ch dotaz<61> (necachovateln<6C>ch nebo necachovan<61>ch kv<6B>li nastaven<65> query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Po<50>et dotaz<61> ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_total_blocksDescr = 'Celkov<6F> po<70>et blok<6F> ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusReset = 'Vynulovat statistiky';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikace.';
$strShowStatusSelect_full_joinDescr = 'Po<50>et spojen<65>, kter<65> nevyu<79><75>valy indexy. Pokud tato hodnota nen<65> 0, m<>li byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_full_range_joinDescr = 'Po<50>et spojen<65>, kter<65> pou<6F><75>valy intervalov<6F> vyhled<65>v<EFBFBD>n<EFBFBD> na referen<65>n<EFBFBD> tabulce.';
$strShowStatusSelect_range_checkDescr = 'Po<50>et spojen<65> bez kl<6B><6C><EFBFBD>, kter<65> kontrolovaly pou<6F>it<69> kl<6B><6C><EFBFBD> po ka<6B>d<EFBFBD>m <20><>dku. Pokud tato hodnota nen<65> 0, m<>li byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_rangeDescr = 'Po<50>et spojen<65>, kter<65> pou<6F>ivaly intervalov<6F> vyhled<65>v<EFBFBD>n<EFBFBD> na prvn<76> tabulce. Tato hodnota obvykle nen<65> kritick<63> i kdy<64> je vysok<6F>.';
$strShowStatusSelect_scanDescr = 'Po<50>et spojen<65>, kter<65> prov<6F>d<EFBFBD>ly kompletn<74> proch<63>zen<65> prvn<76> tabulky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Po<50>et do<64>asn<73>ch tabulek v sou<6F>asn<73> dob<6F> otev<65>en<65>ch pod<6F><64>zen<65>m serverem.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkov<6F> po<70>ek, kolikr<6B>t musel pod<6F><64>zen<65> server opakovat transakce.';
$strShowStatusSlave_runningDescr = 'Tato polo<6C>ka je zapnut<75>, pokud server pracuje jako pod<6F><64>zen<65>.';
$strShowStatusSlow_launch_threadsDescr = 'Po<50>et vl<76>ken jejih<69> vytvo<76>en<65> trvalo d<>le ne<6E> slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Po<50>et dotaz<61>, kter<65> trvaly d<>le ne<6E> long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Po<50>et pr<70>chod<6F> slu<6C>ov<6F>n<EFBFBD>, kter<65> musel prov<6F>st <20>adic<69> algoritmus. P<>i p<><70>li<6C> vysok<6F> hodnot<6F> zva<76>te zv<7A><76>en<65> sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Po<50>et <20>azen<65>, kter<65> byly omezeny rozsahem.';
$strShowStatusSort_rowsDescr = 'Po<50>et <20>azen<65>ch <20><>dek.';
$strShowStatusSort_scanDescr = 'Po<50>et <20>azen<65> proveden<65>ch proch<63>zen<65>m tabulky.';
$strShowStatusTable_locks_immediateDescr = 'Po<50>ek okam<61>it<69>ch z<>sk<73>n<EFBFBD> z<>mku tabulky.';
$strShowStatusTable_locks_waitedDescr = 'Po<50>et <20>ek<65>n<EFBFBD> na z<>sk<73>n<EFBFBD> z<>mku tabulky. Pokud je tato hodnota vysok<6F> a m<>te probl<62>my s v<>konem, m<>li byste optimalizovat dostazy a p<><70>padn<64> rozd<7A>lit tabulky nebo pou<6F><75>t replikaci.';
$strShowStatusThreads_cachedDescr = 'Po<50>et vl<76>ken ve vyrovn<76>vac<61> pam<61>ti. <20>sp<73><70>nost vyrovn<76>vac<61> pam<61>ti m<><6D>e b<>t spo<70><6F>t<EFBFBD>na jako Threads_created/Connections. Pokud je tato hodnota <20>erven<65>, m<>li byste zv<7A><76>it thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Po<50>et aktu<74>ln<6C> otev<65>en<65>ch p<>ipojen<65>.';
$strShowStatusThreads_createdDescr = 'Po<50>et vl<76>ken vytvo<76>en<65>ch pro obsluhu p<>ipojen<65>. Pokud je hodnota p<><70>li<6C> velk<6C>, m<><6D>ete zv<7A>t<EFBFBD>it parametr thread_cache_size. Na platform<72>ch, kter<65> maj<61> dobrou implementaci vl<76>ken v<>ak toto nem<65> p<><70>li<6C> velk<6C> vliv.';
$strShowStatusThreads_runningDescr = 'Po<50>et vl<76>ken, kter<65> nesp<73>.';
$strShowTableDimension = 'Rozm<7A>ry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
@@ -675,10 +795,12 @@ $strShow = 'Zobrazit';
$strSimplifiedChinese = 'Zjednodu<64>en<65> <20><>n<EFBFBD>tina';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSkipQueries = 'Po<50>et z<>znam<61> (dotaz<61>) od za<7A><61>tku, kter<65> se maj<61> p<>esko<6B>it';
$strSlovak = 'Sloven<65>tina';
$strSlovenian = 'Slovin<69>tina';
$strSocketProblem = '(nebo nen<65> sp<73>vn<76> nastaven lok<6F>ln<6C> socket MySQL serveru)';
$strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e';
$strSorting = '<27>azen<65>';
$strSort = '<27>adit';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSpanish = '<27>pan<61>l<EFBFBD>tina';
@@ -686,7 +808,7 @@ $strSplitWordsWithSpace = 'Slova jsou odd
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvo<76>en<65>ch dotaz<61>';
$strSQLOptions = 'Nastaven<65> SQL exportu';
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v&nbsp;SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s&nbsp;bin<69>rn<72>mi daty nezapsan<61>mi v&nbsp;uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z&nbsp;MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohlaste chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v&nbsp;SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s&nbsp;bin<69>rn<72>mi daty nezapsan<61>mi v&nbsp;uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z&nbsp;MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u&nbsp;dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohlaste chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
$strSQLParserUserError = 'Pravd<76>podobn<62> m<>te v&nbsp;SQL dotazu chybu. N<><4E>e uveden<65> v<>stup MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu';
$strSQLQuery = 'SQL-dotaz';
$strSQLResult = 'V<>sledek SQL dotazu';
@@ -716,7 +838,7 @@ $strSwedish = '
$strSwitchToDatabase = 'P<>epnout na zkop<6F>rovanou datab<61>zi';
$strSwitchToTable = 'P<>epnout na zkop<6F>rovanou tabulku';
$strTableComments = 'Koment<6E><74> k tabulce';
$strTableComments = 'Koment<6E><74> k&nbsp;tabulce';
$strTableEmpty = 'Jm<4A>no tabulky je pr<70>zdn<64>!';
$strTableHasBeenDropped = 'Tabulka %s byla odstran<61>na';
$strTableHasBeenEmptied = 'Tabulka %s byla vypr<70>zdn<64>na';
@@ -730,6 +852,7 @@ $strTable = 'Tabulka';
$strTableType = 'Typ tabulky';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> tabulky';
$strTempData = 'Do<44>asn<73> data';
$strTextAreaLength = 'Tento sloupec mo<6D>n<EFBFBD> nep<65>jde <br />(kv<6B>li d<>lce) upravit ';
$strThai = 'Thaj<61>tina';
$strTheContent = 'Obsah souboru byl vlo<6C>en';
@@ -738,15 +861,19 @@ $strTheme = 'Vzhled';
$strTheTerminator = 'Sloupce jsou odd<64>leny t<>mto znakem.';
$strThisHost = 'Tento po<70><6F>ta<74>';
$strThisNotDirectory = 'Nebyl zad<61>n adres<65><73>';
$strThreads = 'Po<50>et vl<76>ken';
$strThreadSuccessfullyKilled = 'Vl<56>kno %s bylo <20>sp<73><70>n<EFBFBD> zabito.';
$strTime = '<27>as';
$strTimeoutInfo = 'P<>edchoz<6F> <20>mport vy<76>erpal ve<76>ker<65> <20>as, po dal<61><6C>m odesl<73>n<EFBFBD> bude import pokra<72>ovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohu<68>el b<>hem posledn<64>ho pokusu nebyla <20><>dn<64> data na<6E>tena. Toto obvykle znamen<65>, <20>e phpMyAdmin nebude schopen na<6E><61>st tento soubor, pokud nezv<7A><76><EFBFBD>te <20>asov<6F> limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro b<>h importu vypr<70>el, pros<6F>m ode<64>lete formul<75><6C> znovu se stejn<6A>m souborem a import bude pokra<72>ovat.';
$strToggleScratchboard = 'Zobrazit grafick<63> n<>vrh';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradi<64>n<EFBFBD> <20><>n<EFBFBD>tina';
$strTraditionalSpanish = 'Tradi<64>n<EFBFBD> <20>pan<61>l<EFBFBD>tina';
$strTraffic = 'Provoz';
$strTransformation_application_octetstream__download = 'Zobraz<61> odkaz na st<73>hnut<75> dat. Prvn<76> parametr je jm<6A>no souboru, druh<75> jm<6A>no sloupce v tabulce obsahuj<75>c<EFBFBD> jm<6A>no souboru. Pokud zad<61>te druh<75> parametr, prvn<76> mus<75> b<>t pr<70>zdn<64>.';
$strTransformation_application_octetstream__download = 'Zobraz<61> odkaz na st<73>hnut<75> dat. Prvn<76> parametr je jm<6A>no souboru, druh<75> jm<6A>no sloupce v&nbsp;tabulce obsahuj<75>c<EFBFBD> jm<6A>no souboru. Pokud zad<61>te druh<75> parametr, prvn<76> mus<75> b<>t pr<70>zdn<64>.';
$strTransformation_application_octetstream__hex = 'Zobraz<61> data <20>estn<74>ctkov<6F>.';
$strTransformation_image_jpeg__inline = 'Zobraz<61> n<>hled obr<62>zku s&nbsp;odkazem na obr<62>zek; parametry <20><><EFBFBD>ka a v<><76>ka v&nbsp;bodech (pom<6F>r stran obr<62>zku z<>stane zachov<6F>n)';
$strTransformation_image_jpeg__link = 'Zobraz<61> odkaz na obr<62>zek (nap<61><70>klad st<73>hnut<75> pole blob).';
@@ -767,6 +894,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unik<69>tn<74>';
$strUnknown = 'nezn<7A>m<EFBFBD>';
$strUnselectAll = 'Odzna<6E>it v<>e';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s&nbsp;nepodporovanou kompres<65> (%s). Bu<42>to podpora nen<65> implementov<6F>na nebo je vypnuta ve va<76><61> konfiguraci.';
$strUpdatePrivMessage = 'Byla aktualizov<6F>na opr<70>vn<76>n<EFBFBD> pro %s.';
$strUpdateProfileMessage = 'P<><50>stup byl zm<7A>n<EFBFBD>n.';
$strUpdateQuery = 'Aktualizovat dotaz';
@@ -804,7 +932,7 @@ $strWebServerUploadDirectory = 'soubor z&nbsp;adres
$strWelcome = 'V<>tejte v&nbsp;%s';
$strWestEuropean = 'Z<>padn<64> Evropa';
$strWildcard = 'maska';
$strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z d<EFBFBD>vodu bezpe<70>nostn<74>ch nastaven<65>.';
$strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z&nbsp;d<EFBFBD>vodu bezpe<70>nostn<74>ch nastaven<65>.';
$strWithChecked = 'Za<5A>krtnut<75>:';
$strWriteRequests = 'Po<50>adavk<76> na <20>ten<65>';
$strWritingCommentNotPossible = 'Nelze zapsat koment<6E><74>';
@@ -818,4 +946,30 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
// To translate:
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -3,7 +3,7 @@
/**
* Czech language file by
* Michal Čihař <nijel at users.sourceforge.net>
* Michal Čihař <michal@cihar.com>
*/
$charset = 'utf-8';
@@ -54,6 +54,7 @@ $strAfterInsertNewInsert = 'Vložit další řádek';
$strAfterInsertNext = 'Upravit následující řádek';
$strAfterInsertSame = 'Návrat na tuto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povolit přerušení importu v&nbsp;případě že skript pozná, že se blíží časový limit nastavený v&nbsp;PHP. Tímto způsobem můžete importovat i velké soubory, ale může to způsobit problémy s&nbsp;transakcemi.';
$strAllTableSameWidth = 'Použít pro všechny tabulky stejnou šířku';
$strAll = 'Všechno';
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
@@ -82,6 +83,7 @@ $strBeginRaw = 'ZAČÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinaryLogCache = 'Vyrovnávací paměť binárního logu';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
@@ -100,17 +102,18 @@ $strBrowse = 'Projít';
$strBufferPoolActivity = 'Aktivita vyrovnávací paměti';
$strBufferPoolUsage = 'Využití vyrovnávací paměti';
$strBufferPool = 'Vyrovnávací paměť';
$strBufferReadMissesInPercent = 'Výpadků při čtení v %';
$strBufferReadMissesInPercent = 'Výpadků při čtení v&nbsp;%';
$strBufferReadMisses = 'Výpadků při čtení';
$strBufferWriteWaits = 'Čekání na zápis';
$strBufferWriteWaitsInPercent = 'Čekání na zápis v %';
$strBufferWriteWaitsInPercent = 'Čekání na zápis v&nbsp;%';
$strBulgarian = 'Bulharština';
$strBusyPages = 'Zpracovávaných strákek';
$strBzError = 'phpMyAdminovi se nepodařilo zkomprimovat výpis, protože rozšíření pro kompresi bz2 je v&nbsp;této verzi PHP chybné. Doporučujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaveních phpMyAdmina na <code>FALSE</code>). Pokud chcete používat kompresi bz2, měli byste nainstalovat novější verzi PHP. Více informací o&nbsp;tomto problému je u popisu chyby %s.';
$strBusyPages = 'Zpracovávaných stránek';
$strBzError = 'phpMyAdminovi se nepodařilo zkomprimovat výpis, protože rozšíření pro kompresi bz2 je v&nbsp;této verzi PHP chybné. Doporučujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaveních phpMyAdmina na <code>FALSE</code>). Pokud chcete používat kompresi bz2, měli byste nainstalovat novější verzi PHP. Více informací o&nbsp;tomto problému je u&nbsp;popisu chyby %s.';
$strBzip = '"zabzipováno"';
$strCalendar = 'Kalendář';
$strCannotLogin = 'Nepodařilo se přihlášení k MySQL serveru';
$strCanNotLoadImportPlugins = 'Nepodařilo se nahrát pluginy pro import, zkontrolujte prosím vaší instalaci!';
$strCannotLogin = 'Nepodařilo se přihlášení k&nbsp;MySQL serveru';
$strCantLoad = 'nelze nahrát rozšíření %s,<br />zkontrolujte prosím nastavení PHP';
$strCantLoadRecodeIconv = 'Nelze nahrát rozšíření iconv ani recode potřebná pro převod znakových sad. Upravte nastavení PHP tak, aby umožňovalo použít tyto rozšíření nebo vypněte převod znakových sad v&nbsp;phpMyAdminu.';
$strCantRenameIdxToPrimary = 'Index nemůžete přejmenovat na "PRIMARY"!';
@@ -149,6 +152,7 @@ $strComments = 'Komentáře';
$strCompatibleHashing = 'Kompatibilní s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné inserty';
$strCompression = 'Komprese';
$strCompressionWillBeDetected = 'Komprimace importovaného souboru bude automaticky rozpoznána. Podporovány jsou: %s';
$strConfigFileError = 'phpMyAdmin nemohl načíst konfigurační soubor!<br />Tato chyba může nastat, pokud v&nbsp;něm PHP najde chybu nebo nemůže tento soubor najít.<br />Po kliknutí na následující odkaz se PHP pokusí přímo interpretovat tento soubor a zobrazí informace o&nbsp;chybě, ke které došlo. Pak opravte tuto chybu (nejčastěji se jedná o&nbsp;chybějící středník).<br />Pokud získáte prázdnou stránku, všechno je v&nbsp;pořádku.';
$strConfigureTableCoord = 'Prosím, nastavte souřadnice pro tabulku %s';
$strConnectionError = 'Nepodařilo se připojit: chybné nastavení.';
@@ -173,6 +177,8 @@ $strCreate = 'Vytvořit';
$strCreationDates = 'Datum vytvoření, poslední změny a kontroly';
$strCriteria = 'Podmínka';
$strCroatian = 'Chorvatština';
$strCSV = 'CSV';
$strCSVImportOptions = 'Nastavení CSV';
$strCSVOptions = 'Nastavení CSV exportu';
$strCyrillic = 'Cyrilika';
$strCzech = 'Čeština';
@@ -194,7 +200,7 @@ $strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentář k databázi: ';
$strDBComment = 'Komentář k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
@@ -249,6 +255,7 @@ $strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový počet řá
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavřít příkazy v&nbsp;transakci';
$strEnclosingOptional = 'Uzavření slouců je volitelné';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
@@ -259,6 +266,7 @@ $strEngineUnsupported = 'Tento MySQL server nepodporuje úložiště %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Poznámka: názvy oprávnění v&nbsp;MySQL jsou uváděny anglicky';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v&nbsp;ZIP archívu:';
$strEscapeWildcards = 'Zástupné znaky _ a % by měly být escapovány pomocí \, pokud je chcete použít jako znak';
$strEstonian = 'Estonština';
$strExcelEdition = 'Verze Excelu';
@@ -282,8 +290,11 @@ $strFileCouldNotBeRead = 'Soubor nelze přečíst';
$strFileNameTemplateHelp = 'Použijte __DB__ pro jméno databáze, __TABLE__ pro jméno tabulky a jakékoliv parametry pro %sfunkci strftime%s pro vložení data. Přípona souboru bude automaticky přidána podle typu. Jakýkoliv jiný text bude zachován.';
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
$strFileNameTemplate = 'Vzor pro jméno souboru';
$strFileToImport = 'Soubor pro importování';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získává oprávnění přímo z&nbsp;tabulek MySQL. Obsah těchto tabulek se může lišit od oprávnění, která server právě používá, pokud byly tyto tabulky upravovány. V&nbsp;tomto případě je vhodné provést %sznovunačtení oprávnění%s před pokračováním.';
$strFlushQueryCache = 'Vyprázdnit vyrovnávací paměť dotazů';
$strFlushTables = 'Zavřít všechny tabulky';
$strFlushTable = 'Vyprázdnit vyrovnávací paměť pro tabulku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chybějící hodnota ve formuláři!';
@@ -306,6 +317,7 @@ $strGrantOption = 'Přidělování';
$strGreek = 'Řečtina';
$strGzip = '"zagzipováno"';
$strHandler = 'Obslužné rutiny';
$strHasBeenAltered = 'byla změněna.';
$strHasBeenCreated = 'byla vytvořena.';
$strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.';
@@ -325,12 +337,16 @@ $strIcelandic = 'Islandština';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'Pokud si přejete natáhnout jen vybrané sloupce z&nbsp;tabulky, napište je jako seznam sloupců oddělených čárkou.';
$strIgnoreDuplicates = 'Ignorovat duplicitní řádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Použít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFinished = 'Import byl úspěšně dokončen.';
$strImportFinished = 'Import ukončen';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstraněn';
$strIndex = 'Index';
@@ -342,7 +358,7 @@ $strIndexWarningTable = 'Problémy s&nbsp;indexy v&nbsp;tabulce `%s`';
$strIndexWarningUnique = 'Sloupec `%s` by neměl být zároveň obsažen v&nbsp;PRIMARY a UNIQUE klíči';
$strInnoDBAutoextendIncrementDesc = 'Velikost o&nbsp;kterou je zvětšen soubor s&nbsp;daty, pokud je zaplněný.';
$strInnoDBAutoextendIncrement = 'Krok automatického zvětšování';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovnávací paměti, kterou InnoDB používá pro cache dat a indexů tabulek.';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovnávací paměti, kterou InnoDB používá pro vyrovnávací paměť dat a indexů tabulek.';
$strInnoDBBufferPoolSize = 'Velikost vyrovnávací paměti';
$strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Společná část cesty pro všechny soubory obsahující data InnoDB.';
@@ -358,20 +374,25 @@ $strInsertNewRow = 'Vložit nový řádek';
$strInsertTextfiles = 'Vložit textové soubory do tabulky';
$strInsert = 'Vložit';
$strInstructions = 'Instrukce';
$strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v InnoDB.';
$strInternalNotNecessary = '* Interní relace není potřebná, pokud již relace existuje v&nbsp;InnoDB.';
$strInternalRelations = 'Interní relace';
$strInUse = 'právě se používá';
$strInvalidAuthMethod = 'V konfiguraci máte špatnou autentizační metodu:';
$strInvalidColumn = 'Byl zadán chybný sloupec (%s)!';
$strInvalidColumnCount = 'Počet sloupců musí být větší než nula.';
$strInvalidCSVInput = 'Chybná CVS data, nepodařilo se je načíst!';
$strInvalidFieldAddCount = 'Musíte přidat alespoň jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoň jeden sloupec.';
$strInvalidRowNumber = '%d není platné číslo řádku.';
$strJapanese = 'Japonština';
$strJoins = 'Použité výběry';
$strJumpToDB = 'Na databázi &quot;%s&quot;.';
$strJustDeleteDescr = 'Odstranění uživatelé stále budou mít přístup na server, dokud nebudou znovunačtena oprávnění.';
$strJustDelete = 'Jen odstranit uživatele z tabulek s oprávněními.';
$strJustDelete = 'Jen odstranit uživatele z&nbsp;tabulek s&nbsp;oprávněními.';
$strKeepPass = 'Neměnit heslo';
$strKeyCache = 'Vyrovnávací paměť klíčů';
$strKeyname = 'Klíčový název';
$strKill = 'Ukončit';
$strKorean = 'Korejština';
@@ -407,6 +428,7 @@ $strLogServer = 'Server';
$strLogUsername = 'Jméno:';
$strLongOperation = 'Tato operace může trvat velmi dlouho. Chcete je přesto provést?';
$strMaxConnects = 'Maximum současných připojení';
$strMaximumSize = 'Maximální velikost: %s%s';
$strMbExtensionMissing = 'Rozšíření mbstring pro PHP nebylo nalezeno a zdá se, že požíváte vícebajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně rozdělovat řetězce a proto to může mít nečekané následky.';
$strMbOverloadWarning = 'V&nbsp;nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není kompatibilní s&nbsp;phpMyAdminem a může způsobit poškození dat!';
@@ -432,7 +454,7 @@ $strMultilingual = 'mnohojazyčný';
$strMustSelectFile = 'Zvolte soubor, který chcete vložit.';
$strMyISAMDataPointerSizeDesc = 'Výchozí velikost ukazatele v&nbsp;bajtech, která bude použita pro vytváření MyISAM tabulek, pokud není uvedeno MAX_ROWS.';
$strMyISAMDataPointerSize = 'Velikost ukazatele na data';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytváření MyISAM indexu byl větší než zde uvedená hodnota, použije se pomalejší metoda cache klíčů.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytváření MyISAM indexu byl větší než zde uvedená hodnota, použije se pomalejší metoda vyrovnávací paměti klíčů.';
$strMyISAMMaxExtraSortFileSize = 'Maximální velikost dočasných souborů při vytváření indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximální velikost dočasných souborů, které smí MySQL použít při obnově indexu (při REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximální velikost dočasných souborů pro řazení';
@@ -448,8 +470,8 @@ $strMySQLReloaded = 'MySQL znovu načteno.';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLServerProcess = 'MySQL %pma_s1% běžící na serveru %pma_s2%, uživatel přihlášen jako %pma_s3%';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Ukázat informace o&nbsp;běhu MySQL';
$strMySQLShowVars = 'Ukázat systémové proměnné MySQL';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové proměnné MySQL';
$strName = 'Název';
$strNeedPrimaryKey = 'Pro tuto tabulku byste měli definovat primární klíč.';
@@ -461,9 +483,10 @@ $strNoDescription = 'žádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnější informace o tomto úložišti.';
$strNoDropDatabases = 'Příkaz "DROP DATABASE" je vypnutý.';
$strNoExplain = 'Bez vysvětlení (EXPLAIN) SQL';
$strNoFilesFoundInZip = 'V&nbsp;ZIP archívu nebyly nalezeny žádné soubory!';
$strNoFrames = 'phpMyAdmin se lépe používá v&nbsp;prohlížeči podporujícím rámy ("FRAME").';
$strNoIndexPartsDefined = 'Žádná část indexu nebyla definována!';
$strNoIndex = 'Žádný index nebyl definován!';
$strNoIndex = 'Sloupec nemá definovaný žádný index!';
$strNoModification = 'Žádná změna';
$strNo = 'Ne';
$strNone = 'Žádná';
@@ -477,9 +500,10 @@ $strNoRights = 'Nemáte dostatečná práva na provedení této akce!';
$strNoRowsSelected = 'Nebyl vybrán žádný řádek';
$strNoSpace = 'Nedostatek místa pro uložení souboru %s.';
$strNoTablesFound = 'V&nbsp;databázi nebyla nalezena žádná tabulka.';
$strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení a témata v adresáři %s.';
$strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení a témata v&nbsp;adresáři %s.';
$strNothingToImport = 'Nebyla zadána žádná data pro import!';
$strNotNumber = 'Nebylo zadáno číslo!';
$strNotOK = 'není v pořádku';
$strNotOK = 'není v&nbsp;pořádku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v&nbsp;%s';
$strNoUsersFound = 'Žádný uživatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
@@ -488,7 +512,7 @@ $strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ů) v&nbsp;tabulce
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ů)';
$strNumTables = 'Tabulek';
$strOftenQuotation = 'Často uvozující znaky. Volitelně znamená, že pouze položky u kterých je to nutné (obvykle typu CHAR a VARCHAR) jsou uzavřeny do uzavíracích znaků.';
$strOftenQuotation = 'Často uvozující znaky. Volitelně znamená, že pouze položky u&nbsp;kterých je to nutné (obvykle typu CHAR a VARCHAR) jsou uzavřeny do uzavíracích znaků.';
$strOK = 'OK';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
@@ -500,8 +524,9 @@ $strOverhead = 'Navíc';
$strOverwriteExisting = 'Přepsat existující soubor(y)';
$strPageNumber = 'Strana číslo:';
$strPagesToBeFlushed = 'Stránek určených k uvolnění';
$strPagesToBeFlushed = 'Stránek určených k&nbsp;uvolnění';
$strPaperSize = 'Velikost stránky';
$strPartialImport = 'Částečný import';
$strPartialText = 'Zkrácené texty';
$strPasswordChanged = 'Heslo pro %s bylo úspěšně změněno.';
$strPasswordEmpty = 'Heslo je prázdné!';
@@ -529,8 +554,8 @@ $strPrimaryKeyHasBeenDropped = 'Primární klíč byl odstraněn';
$strPrimaryKeyName = 'Jméno primárního klíče musí být "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> být jméno <b>pouze</b> primárního klíče!)';
$strPrimary = 'Primární';
$strPrintViewFull = 'Náhled k vytištění (s&nbsp;kompletními texty)';
$strPrintView = 'Náhled k vytištění';
$strPrintViewFull = 'Náhled k&nbsp;vytištění (s&nbsp;kompletními texty)';
$strPrintView = 'Náhled k&nbsp;vytištění';
$strPrint = 'Vytisknout';
$strPrivDescAllPrivileges = 'Všechna oprávnění kromě GRANT.';
$strPrivDescAlterDb = 'Umožňuje měnit strukturu existujících tabulek a výchozí znakové sady a řazení databází.';
@@ -576,6 +601,7 @@ $strPutColNames = 'Přidat jména sloupců na první řádek';
$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
$strQBEIns = 'přidat';
$strQueryCache = 'Vyrovnávací paměť dotazů';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = 'SQL dotaz na databázi <b>%s</b>:';
$strQuerySQLHistory = 'SQL historie';
@@ -605,11 +631,12 @@ $strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplace = 'Přepsat';
$strReplaceTable = 'Přepsat data tabulky souborem';
$strReplication = 'Replikace';
$strReset = 'Původní';
$strResourceLimits = 'Omezení zdrojů';
$strReType = 'Heslo znovu';
$strRevokeAndDeleteDescr = 'Uživatelé budou mít oprávnění "USAGE" (používání), dokud nebudou znovunačtena oprávnění.';
$strRevokeAndDelete = 'Odebrat uživatelům veškerá oprávnění a poté je odstranit z tabulek.';
$strRevokeAndDelete = 'Odebrat uživatelům veškerá oprávnění a poté je odstranit z&nbsp;tabulek.';
$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRevoke = 'Zrušit';
$strRomanian = 'Rumunština';
@@ -625,10 +652,11 @@ $strRows = 'Řádků';
$strRowsStatistic = 'Statistika řádků';
$strRunning = 'na %s';
$strRunQuery = 'Provést dotaz';
$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na databázi %s';
$strRussian = 'Ruština';
$strSaveOnServer = 'Uložit na serveru v adresáři %s';
$strSaveOnServer = 'Uložit na serveru v&nbsp;adresáři %s';
$strSave = 'Ulož';
$strScaleFactorSmall = 'Měřítko je příliš malé, aby se schéma vešlo na jednu stránku';
$strSearchFormTitle = 'Vyhledávání v&nbsp;databázi';
@@ -653,6 +681,7 @@ $strSent = 'Odesláno';
$strServerChoice = 'Výběr serveru';
$strServerNotResponding = 'Server neodpovídá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené inserty';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento MySQL server běží %s. Čas spuštění: %s.';
$strServerTabProcesslist = 'Procesy';
@@ -668,7 +697,98 @@ $strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit mřížku';
$strShowingRecords = 'Zobrazeny záznamy';
$strShowOpenTables = 'Zobrazit otevřené tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit podřízené servery';
$strShowSlaveStatus = 'Zobrazit stav podřízených serverů';
$strShowStatusBinlog_cache_disk_useDescr = 'Počet transakcí, které použily dočasný binární log, ale překročily hodnotu binlog_cache_size a musely použít dočasný soubor pro uložení příkazů transakce.';
$strShowStatusBinlog_cache_useDescr = 'Počet transakcí, které využily dočasný binární log.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Počet dočasných tabulek vytvořených serverem na disku při provádění dotazů. Pokud je tato hodnota velká, můžete zvětšit parametr tmp_table_size a MySQL bude používat větší dočasné tabulky v&nbsp;paměti.';
$strShowStatusCreated_tmp_filesDescr = 'Počet vytvořených dočasných souborů.';
$strShowStatusCreated_tmp_tablesDescr = 'Počet dočasných tabulek vytvořených serverem v&nbsp;paměti při provádění dotazů.';
$strShowStatusDelayed_errorsDescr = 'Počet řádků provedených pomocí INSERT DELAYED, u&nbsp;kterých se vyskytla chyba (pravděpodobně duplicitní klíč).';
$strShowStatusDelayed_insert_threadsDescr = 'Počet vláken používaných pro INSERT DELAYED. Každá tabulka na které je použit INSERT DEKAYED má jeden thread.';
$strShowStatusDelayed_writesDescr = 'Počet řádků zapsaných pomocí INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Počet provedených příkazů FLUSH.';
$strShowStatusHandler_commitDescr = 'Počet interních příkazů COMMIT.';
$strShowStatusHandler_deleteDescr = 'Počet požadavků na smazání řádku.';
$strShowStatusHandler_discoverDescr = 'Počet zjišťování tabulek. Tímto se nazývá dotaz NDB clusteru, jestli ví o tabulce daného jména.';
$strShowStatusHandler_read_firstDescr = 'Počet přečtení první položky indexu. Příliš vysoká hodnota znamení, že server provádí mnoho kompletních procházení indexu. Na příklad SELECT col1 FROM foo, pokud je col1 indexována.';
$strShowStatusHandler_read_keyDescr = 'Počet požadavků na přečtení řádku vycházející z&nbsp;indexu. Vysoká hodnota znamená, že dotazy správně využívají indexy.';
$strShowStatusHandler_read_nextDescr = 'Počet požadavků na přečtení dalšího řádku podle indexu. Tato hodnota se zvětšuje pokud provádíte dotaz na indexovaný sloupec s&nbsp;omezením rozsahu nebo prohledáváte index.';
$strShowStatusHandler_read_prevDescr = 'Počet požadavků na přečtení předchozího řádku z&nbsp;indexu. Používané pro optimalizaci dotazů ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Počet požadavků na přečtení konkrétního řádku tabulky. Vysoká hodnota znamená, že provádíte mnoho dotazů, které vyřadují řazení výsledků. Pravděpodobně používáte mnoho dotazů, které vyžadují prohlížení celé tabulky nebo používáte spojení tabulek, která nevyužívají indexů.';
$strShowStatusHandler_read_rnd_nextDescr = 'Počet požadavků na přečtení dalšího řádku ze souboru. Tato hodnota je vysoká pokud dotazy procházejí celé tabulky, pravděpodobně tedy nemají vhodné indexy.';
$strShowStatusHandler_rollbackDescr = 'Počet interních příkazů ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Počet požadavků na aktualizaci řádku.';
$strShowStatusHandler_writeDescr = 'Počet požadavků na vložení řádku.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Počet stránek obsahujících data (změněné i nezměněné).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Počet změněných stránek.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Počet stránek, na které je požadavek na vyprázdnění.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Počet volných stránek.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Počet zamčených stránek, tzn. stránek, které jsou právě zapisovány nebo čteny nebo nemohou být odstraněny z&nbsp;jakéhokoliv důvodu.';
$strShowStatusInnodb_log_write_requestsDescr = 'Počet požadavků na zápis do logovacího souboru.';
$strShowStatusInnodb_log_writesDescr = 'Počet skutečných zápisů do logovacího souboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Počet synchronizací provedených na logovacích souborech.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Počet nevyřízených synchronizací logovacích souborů.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Počet nevyřízených zápisů do logovacích souborů.';
$strShowStatusInnodb_os_log_writtenDescr = 'Počet bajtů zapsaných do logovacího souboru.';
$strShowStatusInnodb_pages_createdDescr = 'Počet vytvořených stránek.';
$strShowStatusInnodb_page_sizeDescr = 'Zakompilovaná velikost stránky InnoDB (výchozí je 16 KB). Mnoho hodnot je uváděno ve stránkách, pomocí této hodnoty je můžete přepočítat na velikost.';
$strShowStatusInnodb_pages_readDescr = 'Počet přečtených stránek.';
$strShowStatusInnodb_pages_writtenDescr = 'Počet zapsaných stránek.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Počet zámků řádku, na které se v současné době čeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Průměrný čas potřebný pro získání zámku řádku, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový čas strávený čekáním na zámek řádku, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální čas potřebný pro získání zámku řádku, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikrát se muselo čekat na zámek řádku.';
$strShowStatusInnodb_rows_deletedDescr = 'Počet řádků ostraněných z InnoDB tabulek.';
$strShowStatusInnodb_rows_insertedDescr = 'Počet řádků vložených do InnoDB tabulek.';
$strShowStatusInnodb_rows_readDescr = 'Počet řádků přečtených z InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Počet řádků aktualizovaných v InnoDB tabulkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Počet bloků ve vyrovnávací paměti klíčů, které byly změněny, ale nebyly zapsány na disk. Dříve se tato hodnota jmenovala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Počet nepoužitých bloků ve vyrovnávací paměti klíčů. Pomocí této hodoty poznáte jak moc je vyrovnávací paměť využitá.';
$strShowStatusKey_blocks_usedDescr = 'Počet použitých bloků ve vyrovnávací paměti klíčů. Tato hodnota určuje maximum bloků, které kdy byly obsazeny najednou.';
$strShowStatusKey_read_requestsDescr = 'Počet požadavků na přečtení klíče z vyrovnávací paměti.';
$strShowStatusKey_readsDescr = 'Počet skutečných čtení bloku zklíče z disku. Pokud je hodnota příliš velká, pravděpodobně máte malou vyrovnávací paměť (key_buffer_size). Úspěšnost vyrovnávací paměti můžete spočítat jako Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Počet požadavků na zápis bloku klíče na disk.';
$strShowStatusKey_writesDescr = 'Počet skutečných zápisů bloku klíče na disk.';
$strShowStatusLast_query_costDescr = 'Celková cena posledního kompilovaného dotazu spočítaná optimalizérem dotazů. Užitečné pro porovnání různých dotazů. Výchozí hodnota 0 znamená, že žádný dotaz ještě nebyl kompilován.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Počet řádků čekajících na zapsání ve frontě INSERT DELAYED.';
$strShowStatusOpened_tablesDescr = 'Celkem otevřených tabulek. Pokud je tato hodnota příliš vysoká, pravděpodobně máte malou vyrovnávací paměť pro tabulky.';
$strShowStatusOpen_filesDescr = 'Počet otevřených souborů.';
$strShowStatusOpen_streamsDescr = 'Počet otevřených streamů (používané převážně pro logování).';
$strShowStatusOpen_tablesDescr = 'Počet aktuálně otevřených tabulek.';
$strShowStatusQcache_free_blocksDescr = 'Počet volných bloků paměti ve vyrovnávací paměti dotazů.';
$strShowStatusQcache_free_memoryDescr = 'Velikost volné paměti ve vyrovnávací paměti dotazů.';
$strShowStatusQcache_hitsDescr = 'Počet zásahů vyrovnávací paměti dotazů.';
$strShowStatusQcache_insertsDescr = 'Počet dotazůch přidaných do vyrovnávací paměti dotazů.';
$strShowStatusQcache_lowmem_prunesDescr = 'Počet dotazů odstraněných z&nbsp;vyrovnávací paměti dotazů aby uvolnily místo pro nové. Tato hodnota může pomoci v&nbsp;nastavení velikosti vyrovnávací paměti. Vyrovnávací paměť používá strategii LRU (nejdéle nepoužité) pro vyřazování dotazů z&nbsp;vyrovnávací paměti.';
$strShowStatusQcache_not_cachedDescr = 'Počet necachovaných dotazů (necachovatelných nebo necachovaných kvůli nastavení query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Počet dotazů ve vyrovnávací paměti dotazů.';
$strShowStatusQcache_total_blocksDescr = 'Celkový počet bloků ve vyrovnávací paměti dotazů.';
$strShowStatusReset = 'Vynulovat statistiky';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikace.';
$strShowStatusSelect_full_joinDescr = 'Počet spojení, které nevyužívaly indexy. Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_full_range_joinDescr = 'Počet spojení, které používaly intervalové vyhledávání na referenční tabulce.';
$strShowStatusSelect_range_checkDescr = 'Počet spojení bez klíčů, které kontrolovaly použití klíčů po každém řádku. Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_rangeDescr = 'Počet spojení, které použivaly intervalové vyhledávání na první tabulce. Tato hodnota obvykle není kritická i když je vysoká.';
$strShowStatusSelect_scanDescr = 'Počet spojení, které prováděly kompletní procházení první tabulky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Počet dočasných tabulek v současné době otevřených podřízeným serverem.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poček, kolikrát musel podřízený server opakovat transakce.';
$strShowStatusSlave_runningDescr = 'Tato položka je zapnutá, pokud server pracuje jako podřízený.';
$strShowStatusSlow_launch_threadsDescr = 'Počet vláken jejihž vytvoření trvalo déle než slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Počet dotazů, které trvaly déle než long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Počet průchodů slučování, které musel provést řadicí algoritmus. Při příliš vysoké hodnotě zvažte zvýšení sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Počet řazení, které byly omezeny rozsahem.';
$strShowStatusSort_rowsDescr = 'Počet řazených řádek.';
$strShowStatusSort_scanDescr = 'Počet řazení provedených procházením tabulky.';
$strShowStatusTable_locks_immediateDescr = 'Poček okamžitých získání zámku tabulky.';
$strShowStatusTable_locks_waitedDescr = 'Počet čekání na získání zámku tabulky. Pokud je tato hodnota vysoká a máte problémy s výkonem, měli byste optimalizovat dostazy a případně rozdělit tabulky nebo použít replikaci.';
$strShowStatusThreads_cachedDescr = 'Počet vláken ve vyrovnávací paměti. Úspěšnost vyrovnávací paměti může být spočítána jako Threads_created/Connections. Pokud je tato hodnota červená, měli byste zvýšit thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Počet aktuálně otevřených připojení.';
$strShowStatusThreads_createdDescr = 'Počet vláken vytvořených pro obsluhu připojení. Pokud je hodnota příliš velká, můžete zvětšit parametr thread_cache_size. Na platformách, které mají dobrou implementaci vláken však toto nemá příliš velký vliv.';
$strShowStatusThreads_runningDescr = 'Počet vláken, která nespí.';
$strShowTableDimension = 'Rozměry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
@@ -676,10 +796,12 @@ $strShow = 'Zobrazit';
$strSimplifiedChinese = 'Zjednodušená čínština';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSkipQueries = 'Počet záznamů (dotazů) od začátku, které se mají přeskočit';
$strSlovak = 'Slovenština';
$strSlovenian = 'Slovinština';
$strSocketProblem = '(nebo není spávně nastaven lokální socket MySQL serveru)';
$strSortByKey = 'Setřídit podle klíče';
$strSorting = 'Řazení';
$strSort = 'Řadit';
$strSpaceUsage = 'Využití místa';
$strSpanish = 'Španělština';
@@ -687,7 +809,7 @@ $strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvořených dotazů';
$strSQLOptions = 'Nastavení SQL exportu';
$strSQLParserBugMessage = 'Je možné, že jste našli chybu v&nbsp;SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s&nbsp;binárními daty nezapsanými v&nbsp;uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z&nbsp;MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlaste chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:';
$strSQLParserBugMessage = 'Je možné, že jste našli chybu v&nbsp;SQL parseru. Prosím prozkoumejte podrobně SQL dotaz, především jestli jsou správně uvozovky a jestli nejsou proházené. Další možnost selhání je pokud nahráváte soubor s&nbsp;binárními daty nezapsanými v&nbsp;uvozovkách. Můžete také vyzkoušet příkazovou řádku MySQL. Níže uvedený výstup z&nbsp;MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému. Pokud stále máte problémy nebo pokud SQL parser ohlásí chybu u&nbsp;dotazu, který na příkazové řádce funguje, prosím pokuste se zredukovat dotaz na co nejmenší, ve kterém se problém ještě vyskytne, a ohlaste chybu na stránkách phpMyAdmina spolu se sekcí VÝPIS uvedenou níže:';
$strSQLParserUserError = 'Pravděpodobně máte v&nbsp;SQL dotazu chybu. Níže uvedený výstup MySQL serveru (pokud je nějaký) Vám také může pomoci při zkoumání problému';
$strSQLQuery = 'SQL-dotaz';
$strSQLResult = 'Výsledek SQL dotazu';
@@ -717,7 +839,7 @@ $strSwedish = 'Švédština';
$strSwitchToDatabase = 'Přepnout na zkopírovanou databázi';
$strSwitchToTable = 'Přepnout na zkopírovanou tabulku';
$strTableComments = 'Komentář k tabulce';
$strTableComments = 'Komentář k&nbsp;tabulce';
$strTableEmpty = 'Jméno tabulky je prázdné!';
$strTableHasBeenDropped = 'Tabulka %s byla odstraněna';
$strTableHasBeenEmptied = 'Tabulka %s byla vyprázdněna';
@@ -731,6 +853,7 @@ $strTable = 'Tabulka';
$strTableType = 'Typ tabulky';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Oprávnění pro jednotlivé tabulky';
$strTempData = 'Dočasná data';
$strTextAreaLength = 'Tento sloupec možná nepůjde <br />(kvůli délce) upravit ';
$strThai = 'Thajština';
$strTheContent = 'Obsah souboru byl vložen';
@@ -739,15 +862,19 @@ $strTheme = 'Vzhled';
$strTheTerminator = 'Sloupce jsou odděleny tímto znakem.';
$strThisHost = 'Tento počítač';
$strThisNotDirectory = 'Nebyl zadán adresář';
$strThreads = 'Počet vláken';
$strThreadSuccessfullyKilled = 'Vlákno %s bylo úspěšně zabito.';
$strTime = 'Čas';
$strTimeoutInfo = 'Předchozí ímport vyčerpal veškerý čas, po dalším odeslání bude import pokračovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohužel během posledního pokusu nebyla žádná data načtena. Toto obvykle znamená, že phpMyAdmin nebude schopen načíst tento soubor, pokud nezvýšíte časové limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro běh importu vypršel, prosím odešlete formulář znovu se stejným souborem a import bude pokračovat.';
$strToggleScratchboard = 'Zobrazit grafický návrh';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradiční čínština';
$strTraditionalSpanish = 'Tradiční španělština';
$strTraffic = 'Provoz';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stáhnutí dat. První parametr je jméno souboru, druhý jméno sloupce v tabulce obsahující jméno souboru. Pokud zadáte druhý parametr, první musí být prázdný.';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stáhnutí dat. První parametr je jméno souboru, druhý jméno sloupce v&nbsp;tabulce obsahující jméno souboru. Pokud zadáte druhý parametr, první musí být prázdný.';
$strTransformation_application_octetstream__hex = 'Zobrazí data šestnáctkově.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhled obrázku s&nbsp;odkazem na obrázek; parametry šířka a výška v&nbsp;bodech (poměr stran obrázku zůstane zachován)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázek (například stáhnutí pole blob).';
@@ -768,6 +895,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unikátní';
$strUnknown = 'neznámý';
$strUnselectAll = 'Odznačit vše';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s&nbsp;nepodporovanou kompresí (%s). Buďto podpora není implementována nebo je vypnuta ve vaší konfiguraci.';
$strUpdatePrivMessage = 'Byla aktualizována oprávnění pro %s.';
$strUpdateProfileMessage = 'Přístup byl změněn.';
$strUpdateQuery = 'Aktualizovat dotaz';
@@ -805,7 +933,7 @@ $strWebServerUploadDirectory = 'soubor z&nbsp;adresáře pro upload';
$strWelcome = 'Vítejte v&nbsp;%s';
$strWestEuropean = 'Západní Evropa';
$strWildcard = 'maska';
$strWindowNotFound = 'Cílové okno prohlížeče nemohlo být aktualizováno. Možná jste zavřel rodičovské okno, nebo prohlížeč blokuje operace mezi okny z důvodu bezpečnostních nastavení.';
$strWindowNotFound = 'Cílové okno prohlížeče nemohlo být aktualizováno. Možná jste zavřel rodičovské okno, nebo prohlížeč blokuje operace mezi okny z&nbsp;důvodu bezpečnostních nastavení.';
$strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavků na čtení';
$strWritingCommentNotPossible = 'Nelze zapsat komentář';
@@ -819,4 +947,30 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '"zazipováno"';
// To translate:
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -3,7 +3,7 @@
/**
* Czech language file by
* Michal <20>iha<68> <nijel at users.sourceforge.net>
* Michal <20>iha<68> <michal@cihar.com>
*/
$charset = 'windows-1250';
@@ -53,6 +53,7 @@ $strAfterInsertNewInsert = 'Vlo
$strAfterInsertNext = 'Upravit n<>sleduj<75>c<EFBFBD> <20><>dek';
$strAfterInsertSame = 'N<>vrat na tuto str<74>nku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povolit p<>eru<72>en<65> importu v&nbsp;p<><70>pad<61> <20>e skript pozn<7A>, <20>e se bl<62><6C><EFBFBD> <20>asov<6F> limit nastaven<65> v&nbsp;PHP. T<>mto zp<7A>sobem m<><6D>ete importovat i velk<6C> soubory, ale m<><6D>e to zp<7A>sobit probl<62>my s&nbsp;transakcemi.';
$strAllTableSameWidth = 'Pou<6F><75>t pro v<>echny tabulky stejnou <20><><EFBFBD>ku';
$strAll = 'V<>echno';
$strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle';
@@ -81,6 +82,7 @@ $strBeginRaw = 'ZA
$strBinary = ' Bin<69>rn<72> ';
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
$strBinaryLog = 'Bin<69>rn<72> log';
$strBinaryLogCache = 'Vyrovn<76>vac<61> pam<61><6D> bin<69>rn<72>ho logu';
$strBinLogEventType = 'Typ ud<75>losti';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jm<4A>no logu';
@@ -99,17 +101,18 @@ $strBrowse = 'Proj
$strBufferPoolActivity = 'Aktivita vyrovn<76>vac<61> pam<61>ti';
$strBufferPoolUsage = 'Vyu<79>it<69> vyrovn<76>vac<61> pam<61>ti';
$strBufferPool = 'Vyrovn<76>vac<61> pam<61><6D>';
$strBufferReadMissesInPercent = 'V<>padk<64> p<>i <20>ten<65> v %';
$strBufferReadMissesInPercent = 'V<>padk<64> p<>i <20>ten<65> v&nbsp;%';
$strBufferReadMisses = 'V<>padk<64> p<>i <20>ten<65>';
$strBufferWriteWaits = '<27>ek<65>n<EFBFBD> na z<>pis';
$strBufferWriteWaitsInPercent = '<27>ek<65>n<EFBFBD> na z<>pis v %';
$strBufferWriteWaitsInPercent = '<27>ek<65>n<EFBFBD> na z<>pis v&nbsp;%';
$strBulgarian = 'Bulhar<61>tina';
$strBusyPages = 'Zpracov<6F>van<61>ch str<74>kek';
$strBzError = 'phpMyAdminovi se nepoda<64>ilo zkomprimovat v<>pis, proto<74>e roz<6F><7A><EFBFBD>en<65> pro kompresi bz2 je v&nbsp;t<>to verzi PHP chybn<62>. Doporu<72>ujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaven<65>ch phpMyAdmina na <code>FALSE</code>). Pokud chcete pou<6F><75>vat kompresi bz2, m<>li byste nainstalovat nov<6F>j<EFBFBD><6A> verzi PHP. V<>ce informac<61> o&nbsp;tomto probl<62>mu je u popisu chyby %s.';
$strBusyPages = 'Zpracov<6F>van<61>ch str<74>nek';
$strBzError = 'phpMyAdminovi se nepoda<64>ilo zkomprimovat v<>pis, proto<74>e roz<6F><7A><EFBFBD>en<65> pro kompresi bz2 je v&nbsp;t<>to verzi PHP chybn<62>. Doporu<72>ujeme tuto kompresi vypnout (nastavit <code>$cfg[\'BZipDump\']</code> v&nbsp;nastaven<65>ch phpMyAdmina na <code>FALSE</code>). Pokud chcete pou<6F><75>vat kompresi bz2, m<>li byste nainstalovat nov<6F>j<EFBFBD><6A> verzi PHP. V<>ce informac<61> o&nbsp;tomto probl<62>mu je u&nbsp;popisu chyby %s.';
$strBzip = '"zabzipov<6F>no"';
$strCalendar = 'Kalend<6E><64>';
$strCannotLogin = 'Nepoda<64>ilo se p<EFBFBD>ihl<EFBFBD><EFBFBD>en<EFBFBD> k MySQL serveru';
$strCanNotLoadImportPlugins = 'Nepoda<64>ilo se nahr<EFBFBD>t pluginy pro import, zkontrolujte pros<6F>m va<76><61> instalaci!';
$strCannotLogin = 'Nepoda<64>ilo se p<>ihl<68><6C>en<65> k&nbsp;MySQL serveru';
$strCantLoad = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> %s,<br />zkontrolujte pros<6F>m nastaven<65> PHP';
$strCantLoadRecodeIconv = 'Nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> iconv ani recode pot<6F>ebn<62> pro p<>evod znakov<6F>ch sad. Upravte nastaven<65> PHP tak, aby umo<6D><6F>ovalo pou<6F><75>t tyto roz<6F><7A><EFBFBD>en<65> nebo vypn<70>te p<>evod znakov<6F>ch sad v&nbsp;phpMyAdminu.';
$strCantRenameIdxToPrimary = 'Index nem<65><6D>ete p<>ejmenovat na "PRIMARY"!';
@@ -148,6 +151,7 @@ $strComments = 'Koment
$strCompatibleHashing = 'Kompatibiln<6C> s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = '<27>pln<6C> inserty';
$strCompression = 'Komprese';
$strCompressionWillBeDetected = 'Komprimace importovan<61>ho souboru bude automaticky rozpozn<7A>na. Podporov<6F>ny jsou: %s';
$strConfigFileError = 'phpMyAdmin nemohl na<6E><61>st konfigura<72>n<EFBFBD> soubor!<br />Tato chyba m<><6D>e nastat, pokud v&nbsp;n<>m PHP najde chybu nebo nem<65><6D>e tento soubor naj<61>t.<br />Po kliknut<75> na n<>sleduj<75>c<EFBFBD> odkaz se PHP pokus<75> p<><70>mo interpretovat tento soubor a zobraz<61> informace o&nbsp;chyb<79>, ke kter<65> do<64>lo. Pak opravte tuto chybu (nej<65>ast<73>ji se jedn<64> o&nbsp;chyb<79>j<EFBFBD>c<EFBFBD> st<73>edn<64>k).<br />Pokud z<>sk<73>te pr<70>zdnou str<74>nku, v<>echno je v&nbsp;po<70><6F>dku.';
$strConfigureTableCoord = 'Pros<6F>m, nastavte sou<6F>adnice pro tabulku %s';
$strConnectionError = 'Nepoda<64>ilo se p<>ipojit: chybn<62> nastaven<65>.';
@@ -172,6 +176,8 @@ $strCreate = 'Vytvo
$strCreationDates = 'Datum vytvo<76>en<65>, posledn<64> zm<7A>ny a kontroly';
$strCriteria = 'Podm<64>nka';
$strCroatian = 'Chorvat<61>tina';
$strCSV = 'CSV';
$strCSVImportOptions = 'Nastaven<65> CSV';
$strCSVOptions = 'Nastaven<65> CSV exportu';
$strCyrillic = 'Cyrilika';
$strCzech = '<27>e<EFBFBD>tina';
@@ -193,7 +199,7 @@ $strData = 'Data';
$strDataDict = 'Datov<6F> slovn<76>k';
$strDataOnly = ' Jen data';
$strDataPages = 'Str<74>nek obshahuj<75>c<EFBFBD>ch data';
$strDBComment = 'Koment<6E><74> k datab<EFBFBD>zi: ';
$strDBComment = 'Koment<6E><74> k&nbsp;datab<EFBFBD>zi: ';
$strDBCopy = 'Zkop<6F>rovat datab<61>zi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
@@ -248,6 +254,7 @@ $strEmptyResultSet = 'MySQL vr
$strEmpty = 'Vypr<70>zdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzav<61><76>t p<><70>kazy v&nbsp;transakci';
$strEnclosingOptional = 'Uzav<61>en<65> slouc<75> je voliteln<6C>';
$strEndCut = 'KONEC V<>PISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC V<>PISU';
@@ -258,6 +265,7 @@ $strEngineUnsupported = 'Tento MySQL server nepodporuje
$strEnglish = 'Anglicky';
$strEnglishPrivileges = 'Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v&nbsp;MySQL jsou uv<75>d<EFBFBD>ny anglicky';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v&nbsp;ZIP arch<63>vu:';
$strEscapeWildcards = 'Z<>stupn<70> znaky _ a % by m<>ly b<>t escapov<6F>ny pomoc<6F> \, pokud je chcete pou<6F><75>t jako znak';
$strEstonian = 'Eston<6F>tina';
$strExcelEdition = 'Verze Excelu';
@@ -281,8 +289,11 @@ $strFileCouldNotBeRead = 'Soubor nelze p
$strFileNameTemplateHelp = 'Pou<6F>ijte __DB__ pro jm<6A>no datab<61>ze, __TABLE__ pro jm<6A>no tabulky a jak<61>koliv parametry pro %sfunkci strftime%s pro vlo<6C>en<65> data. P<><50>pona souboru bude automaticky p<>id<69>na podle typu. Jak<61>koliv jin<69> text bude zachov<6F>n.';
$strFileNameTemplateRemember = 'zapamatovat si hodnotu';
$strFileNameTemplate = 'Vzor pro jm<6A>no souboru';
$strFileToImport = 'Soubor pro importov<6F>n<EFBFBD>';
$strFixed = 'pevn<76>';
$strFlushPrivilegesNote = 'Pozn<7A>mka: phpMyAdmin z<>sk<73>v<EFBFBD> opr<70>vn<76>n<EFBFBD> p<><70>mo z&nbsp;tabulek MySQL. Obsah t<>chto tabulek se m<><6D>e li<6C>it od opr<70>vn<76>n<EFBFBD>, kter<65> server pr<70>v<EFBFBD> pou<6F><75>v<EFBFBD>, pokud byly tyto tabulky upravov<6F>ny. V&nbsp;tomto p<><70>pad<61> je vhodn<64> prov<6F>st %sznovuna<6E>ten<65> opr<70>vn<76>n<EFBFBD>%s p<>ed pokra<72>ov<6F>n<EFBFBD>m.';
$strFlushQueryCache = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> dotaz<61>';
$strFlushTables = 'Zav<61><76>t v<>echny tabulky';
$strFlushTable = 'Vypr<70>zdnit vyrovn<76>vac<61> pam<61><6D> pro tabulku ("FLUSH")';
$strFormat = 'Form<72>t';
$strFormEmpty = 'Chyb<79>j<EFBFBD>c<EFBFBD> hodnota ve formul<75><6C>i!';
@@ -305,6 +316,7 @@ $strGrantOption = 'P
$strGreek = '<27>e<EFBFBD>tina';
$strGzip = '"zagzipov<6F>no"';
$strHandler = 'Obslu<6C>n<EFBFBD> rutiny';
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.';
$strHaveToShow = 'Mus<75>te zvolit alespo<70> jeden sloupec, kter<65> chcete zobrazit.';
@@ -324,12 +336,16 @@ $strIcelandic = 'Island
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'Pokud si p<>ejete nat<61>hnout jen vybran<61> sloupce z&nbsp;tabulky, napi<70>te je jako seznam sloupc<70> odd<64>len<65>ch <20><>rkou.';
$strIgnoreDuplicates = 'Ignorovat duplicitn<74> <20><>dky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Pou<6F><75>t IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFinished = 'Import byl <20>sp<73><70>n<EFBFBD> dokon<6F>en.';
$strImportFinished = 'Import ukon<6F>en';
$strImportFormat = 'Form<72>t importovan<61>ho souboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstran<61>n';
$strIndex = 'Index';
@@ -341,7 +357,7 @@ $strIndexWarningTable = 'Probl
$strIndexWarningUnique = 'Sloupec `%s` by nem<65>l b<>t z<>rove<76> obsa<73>en v&nbsp;PRIMARY a UNIQUE kl<6B><6C>i';
$strInnoDBAutoextendIncrementDesc = 'Velikost o&nbsp;kterou je zv<7A>t<EFBFBD>en soubor s&nbsp;daty, pokud je zapln<6C>n<EFBFBD>.';
$strInnoDBAutoextendIncrement = 'Krok automatick<63>ho zv<7A>t<EFBFBD>ov<6F>n<EFBFBD>';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovn<76>vac<61> pam<61>ti, kterou InnoDB pou<6F><75>v<EFBFBD> pro cache dat a index<65> tabulek.';
$strInnoDBBufferPoolSizeDesc = 'Velikost vyrovn<76>vac<61> pam<61>ti, kterou InnoDB pou<6F><75>v<EFBFBD> pro vyrovn<EFBFBD>vac<EFBFBD> pam<61><6D> dat a index<65> tabulek.';
$strInnoDBBufferPoolSize = 'Velikost vyrovn<76>vac<61> pam<61>ti';
$strInnoDBDataFilePath = 'Soubor s&nbsp;daty';
$strInnoDBDataHomeDirDesc = 'Spole<6C>n<EFBFBD> <20><>st cesty pro v<>echny soubory obsahuj<75>c<EFBFBD> data InnoDB.';
@@ -357,20 +373,25 @@ $strInsertNewRow = 'Vlo
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInsert = 'Vlo<6C>it';
$strInstructions = 'Instrukce';
$strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v InnoDB.';
$strInternalNotNecessary = '* Intern<72> relace nen<65> pot<6F>ebn<62>, pokud ji<6A> relace existuje v&nbsp;InnoDB.';
$strInternalRelations = 'Intern<72> relace';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strInvalidAuthMethod = 'V konfiguraci m<>te <20>patnou autentiza<7A>n<EFBFBD> metodu:';
$strInvalidColumn = 'Byl zad<61>n chybn<62> sloupec (%s)!';
$strInvalidColumnCount = 'Po<50>et sloupc<70> mus<75> b<>t v<>t<EFBFBD><74> ne<6E> nula.';
$strInvalidCSVInput = 'Chybn<62> CVS data, nepoda<64>ilo se je na<6E><61>st!';
$strInvalidFieldAddCount = 'Mus<75>te p<>idat alespo<70> jeden sloupec.';
$strInvalidFieldCount = 'Tabulka mus<75> m<>t alespo<70> jeden sloupec.';
$strInvalidRowNumber = '%d nen<65> platn<74> <20><>slo <20><>dku.';
$strJapanese = 'Japon<6F>tina';
$strJoins = 'Pou<6F>it<69> v<>b<EFBFBD>ry';
$strJumpToDB = 'Na datab<61>zi &quot;%s&quot;.';
$strJustDeleteDescr = 'Odstran<61>n<EFBFBD> u<>ivatel<65> st<73>le budou m<>t p<><70>stup na server, dokud nebudou znovuna<6E>tena opr<70>vn<76>n<EFBFBD>.';
$strJustDelete = 'Jen odstranit u<>ivatele z tabulek s opr<EFBFBD>vn<EFBFBD>n<EFBFBD>mi.';
$strJustDelete = 'Jen odstranit u<>ivatele z&nbsp;tabulek s&nbsp;opr<EFBFBD>vn<EFBFBD>n<EFBFBD>mi.';
$strKeepPass = 'Nem<65>nit heslo';
$strKeyCache = 'Vyrovn<76>vac<61> pam<61><6D> kl<6B><6C><EFBFBD>';
$strKeyname = 'Kl<4B><6C>ov<6F> n<>zev';
$strKill = 'Ukon<6F>it';
$strKorean = 'Korej<65>tina';
@@ -406,6 +427,7 @@ $strLogServer = 'Server';
$strLogUsername = 'Jm<4A>no:';
$strLongOperation = 'Tato operace m<><6D>e trvat velmi dlouho. Chcete je p<>esto prov<6F>st?';
$strMaxConnects = 'Maximum sou<6F>asn<73>ch p<>ipojen<65>';
$strMaximumSize = 'Maxim<69>ln<6C> velikost: %s%s';
$strMbExtensionMissing = 'Roz<6F><7A><EFBFBD>en<65> mbstring pro PHP nebylo nalezeno a zd<7A> se, <20>e po<70><6F>v<EFBFBD>te v<>cebajtovou znakovou sadu. Bez roz<6F><7A><EFBFBD>en<65> mbstring neum<75> phpMyAdmin spr<70>vn<76> rozd<7A>lovat <20>et<65>zce a proto to m<><6D>e m<>t ne<6E>ekan<61> n<>sledky.';
$strMbOverloadWarning = 'V&nbsp;nastaven<65> PHP m<>te zapnuto mbstring.func_overload. Toto nastaven<65> nen<65> kompatibiln<6C> s&nbsp;phpMyAdminem a m<><6D>e zp<7A>sobit po<70>kozen<65> dat!';
@@ -431,7 +453,7 @@ $strMultilingual = 'mnohojazy
$strMustSelectFile = 'Zvolte soubor, kter<65> chcete vlo<6C>it.';
$strMyISAMDataPointerSizeDesc = 'V<>choz<6F> velikost ukazatele v&nbsp;bajtech, kter<65> bude pou<6F>ita pro vytv<74><76>en<65> MyISAM tabulek, pokud nen<65> uvedeno MAX_ROWS.';
$strMyISAMDataPointerSize = 'Velikost ukazatele na data';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytv<74><76>en<65> MyISAM indexu byl v<>t<EFBFBD><74> ne<6E> zde uveden<65> hodnota, pou<6F>ije se pomalej<65><6A> metoda cache kl<6B><6C><EFBFBD>.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Pokud by byl soubor pro vytv<74><76>en<65> MyISAM indexu byl v<>t<EFBFBD><74> ne<6E> zde uveden<65> hodnota, pou<6F>ije se pomalej<65><6A> metoda vyrovn<EFBFBD>vac<EFBFBD> pam<61>ti kl<6B><6C><EFBFBD>.';
$strMyISAMMaxExtraSortFileSize = 'Maxim<69>ln<6C> velikost do<64>asn<73>ch soubor<6F> p<>i vytv<74><76>en<65> indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maxim<69>ln<6C> velikost do<64>asn<73>ch soubor<6F>, kter<65> sm<73> MySQL pou<6F><75>t p<>i obnov<6F> indexu (p<>i REPAIR TABLE, ALTER TABLE nebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maxim<69>ln<6C> velikost do<64>asn<73>ch soubor<6F> pro <20>azen<65>';
@@ -447,8 +469,8 @@ $strMySQLReloaded = 'MySQL znovu na
$strMySQLSaid = 'MySQL hl<68>s<EFBFBD>: ';
$strMySQLServerProcess = 'MySQL %pma_s1% b<><62><EFBFBD>c<EFBFBD> na serveru %pma_s2%, u<>ivatel p<>ihl<68><6C>en jako %pma_s3%';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Uk<EFBFBD>zat informace o&nbsp;b<EFBFBD>hu MySQL';
$strMySQLShowVars = 'Uk<EFBFBD>zat syst<EFBFBD>mov<EFBFBD> prom<6F>nn<6E> MySQL';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Syst<EFBFBD>mov<EFBFBD> prom<6F>nn<6E> MySQL';
$strName = 'N<>zev';
$strNeedPrimaryKey = 'Pro tuto tabulku byste m<>li definovat prim<69>rn<72> kl<6B><6C>.';
@@ -460,9 +482,10 @@ $strNoDescription = '
$strNoDetailsForEngine = 'Nejsou dostupn<70> podrobn<62>j<EFBFBD><6A> informace o tomto <20>lo<6C>i<EFBFBD>ti.';
$strNoDropDatabases = 'P<><50>kaz "DROP DATABASE" je vypnut<75>.';
$strNoExplain = 'Bez vysv<73>tlen<65> (EXPLAIN) SQL';
$strNoFilesFoundInZip = 'V&nbsp;ZIP arch<63>vu nebyly nalezeny <20><>dn<64> soubory!';
$strNoFrames = 'phpMyAdmin se l<>pe pou<6F><75>v<EFBFBD> v&nbsp;prohl<68><6C>e<EFBFBD>i podporuj<75>c<EFBFBD>m r<>my ("FRAME").';
$strNoIndexPartsDefined = '<27><>dn<64> <20><>st indexu nebyla definov<6F>na!';
$strNoIndex = '<27><>dn<64> index nebyl definov<6F>n!';
$strNoIndex = 'Sloupec nem<65> definovan<61> <EFBFBD><EFBFBD>dn<EFBFBD> index!';
$strNoModification = '<27><>dn<64> zm<7A>na';
$strNo = 'Ne';
$strNone = '<27><>dn<64>';
@@ -476,9 +499,10 @@ $strNoRights = 'Nem
$strNoRowsSelected = 'Nebyl vybr<62>n <20><>dn<64> <20><>dek';
$strNoSpace = 'Nedostatek m<>sta pro ulo<6C>en<65> souboru %s.';
$strNoTablesFound = 'V&nbsp;datab<61>zi nebyla nalezena <20><>dn<64> tabulka.';
$strNoThemeSupport = 'Nen<65> podporov<6F>na zm<7A>na t<>matu, zkontrolujte nastaven<65> a t<>mata v adres<EFBFBD><EFBFBD>i %s.';
$strNoThemeSupport = 'Nen<65> podporov<6F>na zm<7A>na t<>matu, zkontrolujte nastaven<65> a t<>mata v&nbsp;adres<EFBFBD><EFBFBD>i %s.';
$strNothingToImport = 'Nebyla zad<61>na <20><>dn<64> data pro import!';
$strNotNumber = 'Nebylo zad<61>no <20><>slo!';
$strNotOK = 'nen<65> v po<EFBFBD><EFBFBD>dku';
$strNotOK = 'nen<65> v&nbsp;po<EFBFBD><EFBFBD>dku';
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v&nbsp;%s';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoValidateSQL = 'Bez kontroly SQL';
@@ -487,7 +511,7 @@ $strNumSearchResultsInTable = '%s odpov
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpov<6F>daj<61>c<EFBFBD>(ch) z<>znam(<28>)';
$strNumTables = 'Tabulek';
$strOftenQuotation = '<27>asto uvozuj<75>c<EFBFBD> znaky. Voliteln<6C> znamen<65>, <20>e pouze polo<6C>ky u kter<EFBFBD>ch je to nutn<74> (obvykle typu CHAR a VARCHAR) jsou uzav<61>eny do uzav<61>rac<61>ch znak<61>.';
$strOftenQuotation = '<27>asto uvozuj<75>c<EFBFBD> znaky. Voliteln<6C> znamen<65>, <20>e pouze polo<6C>ky u&nbsp;kter<EFBFBD>ch je to nutn<74> (obvykle typu CHAR a VARCHAR) jsou uzav<61>eny do uzav<61>rac<61>ch znak<61>.';
$strOK = 'OK';
$strOperations = '<27>pravy';
$strOperator = 'Oper<65>tor';
@@ -499,8 +523,9 @@ $strOverhead = 'Nav
$strOverwriteExisting = 'P<>epsat existuj<75>c<EFBFBD> soubor(y)';
$strPageNumber = 'Strana <20><>slo:';
$strPagesToBeFlushed = 'Str<74>nek ur<75>en<65>ch k uvoln<EFBFBD>n<EFBFBD>';
$strPagesToBeFlushed = 'Str<74>nek ur<75>en<65>ch k&nbsp;uvoln<EFBFBD>n<EFBFBD>';
$strPaperSize = 'Velikost str<74>nky';
$strPartialImport = '<27><>ste<74>n<EFBFBD> import';
$strPartialText = 'Zkr<6B>cen<65> texty';
$strPasswordChanged = 'Heslo pro %s bylo <20>sp<73><70>n<EFBFBD> zm<7A>n<EFBFBD>no.';
$strPasswordEmpty = 'Heslo je pr<70>zdn<64>!';
@@ -528,8 +553,8 @@ $strPrimaryKeyHasBeenDropped = 'Prim
$strPrimaryKeyName = 'Jm<4A>no prim<69>rn<72>ho kl<6B><6C>e mus<75> b<>t "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mus<75></b> b<>t jm<6A>no <b>pouze</b> prim<69>rn<72>ho kl<6B><6C>e!)';
$strPrimary = 'Prim<69>rn<72>';
$strPrintViewFull = 'N<>hled k vyti<EFBFBD>t<EFBFBD>n<EFBFBD> (s&nbsp;kompletn<74>mi texty)';
$strPrintView = 'N<>hled k vyti<EFBFBD>t<EFBFBD>n<EFBFBD>';
$strPrintViewFull = 'N<>hled k&nbsp;vyti<EFBFBD>t<EFBFBD>n<EFBFBD> (s&nbsp;kompletn<74>mi texty)';
$strPrintView = 'N<>hled k&nbsp;vyti<EFBFBD>t<EFBFBD>n<EFBFBD>';
$strPrint = 'Vytisknout';
$strPrivDescAllPrivileges = 'V<>echna opr<70>vn<76>n<EFBFBD> krom<6F> GRANT.';
$strPrivDescAlterDb = 'Umo<6D><6F>uje m<>nit strukturu existuj<75>c<EFBFBD>ch tabulek a v<>choz<6F> znakov<6F> sady a <20>azen<65> datab<61>z<EFBFBD>.';
@@ -575,6 +600,7 @@ $strPutColNames = 'P
$strQBEDel = 'smazat';
$strQBE = 'Dotaz';
$strQBEIns = 'p<>idat';
$strQueryCache = 'Vyrovn<76>vac<61> pam<61><6D> dotaz<61>';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = 'SQL dotaz na datab<61>zi <b>%s</b>:';
$strQuerySQLHistory = 'SQL historie';
@@ -604,11 +630,12 @@ $strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$strReplace = 'P<>epsat';
$strReplaceTable = 'P<>epsat data tabulky souborem';
$strReplication = 'Replikace';
$strReset = 'P<>vodn<64>';
$strResourceLimits = 'Omezen<65> zdroj<6F>';
$strReType = 'Heslo znovu';
$strRevokeAndDeleteDescr = 'U<>ivatel<65> budou m<>t opr<70>vn<76>n<EFBFBD> "USAGE" (pou<6F><75>v<EFBFBD>n<EFBFBD>), dokud nebudou znovuna<6E>tena opr<70>vn<76>n<EFBFBD>.';
$strRevokeAndDelete = 'Odebrat u<>ivatel<65>m ve<76>ker<65> opr<70>vn<76>n<EFBFBD> a pot<6F> je odstranit z tabulek.';
$strRevokeAndDelete = 'Odebrat u<>ivatel<65>m ve<76>ker<65> opr<70>vn<76>n<EFBFBD> a pot<6F> je odstranit z&nbsp;tabulek.';
$strRevokeMessage = 'Byla zru<72>ena pr<70>va pro %s';
$strRevoke = 'Zru<72>it';
$strRomanian = 'Rumun<75>tina';
@@ -624,10 +651,11 @@ $strRows = '
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'na %s';
$strRunQuery = 'Prov<6F>st dotaz';
$strRunSQLQueryOnServer = 'Spustit SQL dotaz(y) na serveru %s';
$strRunSQLQuery = 'Spustit SQL dotaz(y) na datab<61>zi %s';
$strRussian = 'Ru<52>tina';
$strSaveOnServer = 'Ulo<6C>it na serveru v adres<EFBFBD><EFBFBD>i %s';
$strSaveOnServer = 'Ulo<6C>it na serveru v&nbsp;adres<EFBFBD><EFBFBD>i %s';
$strSave = 'Ulo<6C>';
$strScaleFactorSmall = 'M<><4D><EFBFBD>tko je p<><70>li<6C> mal<61>, aby se sch<63>ma ve<76>lo na jednu str<74>nku';
$strSearchFormTitle = 'Vyhled<65>v<EFBFBD>n<EFBFBD> v&nbsp;datab<61>zi';
@@ -652,6 +680,7 @@ $strSent = 'Odesl
$strServerChoice = 'V<>b<EFBFBD>r serveru';
$strServerNotResponding = 'Server neodpov<6F>d<EFBFBD>';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odlo<6C>en<65> inserty';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento MySQL server b<><62><EFBFBD> %s. <20>as spu<70>t<EFBFBD>n<EFBFBD>: %s.';
$strServerTabProcesslist = 'Procesy';
@@ -667,7 +696,98 @@ $strShowDatadictAs = 'Form
$strShowFullQueries = 'Zobrazit cel<65> dotazy';
$strShowGrid = 'Zobrazit m<><6D><EFBFBD>ku';
$strShowingRecords = 'Zobrazeny z<>znamy';
$strShowOpenTables = 'Zobrazit otev<65>en<65> tabulky';
$strShowPHPInfo = 'Zobrazit informace o&nbsp;PHP';
$strShowSlaveHosts = 'Zobrazit pod<6F><64>zen<65> servery';
$strShowSlaveStatus = 'Zobrazit stav pod<6F><64>zen<65>ch server<65>';
$strShowStatusBinlog_cache_disk_useDescr = 'Po<50>et transakc<6B>, kter<65> pou<6F>ily do<64>asn<73> bin<69>rn<72> log, ale p<>ekro<72>ily hodnotu binlog_cache_size a musely pou<6F><75>t do<64>asn<73> soubor pro ulo<6C>en<65> p<><70>kaz<61> transakce.';
$strShowStatusBinlog_cache_useDescr = 'Po<50>et transakc<6B>, kter<65> vyu<79>ily do<64>asn<73> bin<69>rn<72> log.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Po<50>et do<64>asn<73>ch tabulek vytvo<76>en<65>ch serverem na disku p<>i prov<6F>d<EFBFBD>n<EFBFBD> dotaz<61>. Pokud je tato hodnota velk<6C>, m<><6D>ete zv<7A>t<EFBFBD>it parametr tmp_table_size a MySQL bude pou<6F><75>vat v<>t<EFBFBD><74> do<64>asn<73> tabulky v&nbsp;pam<61>ti.';
$strShowStatusCreated_tmp_filesDescr = 'Po<50>et vytvo<76>en<65>ch do<64>asn<73>ch soubor<6F>.';
$strShowStatusCreated_tmp_tablesDescr = 'Po<50>et do<64>asn<73>ch tabulek vytvo<76>en<65>ch serverem v&nbsp;pam<61>ti p<>i prov<6F>d<EFBFBD>n<EFBFBD> dotaz<61>.';
$strShowStatusDelayed_errorsDescr = 'Po<50>et <20><>dk<64> proveden<65>ch pomoc<6F> INSERT DELAYED, u&nbsp;kter<65>ch se vyskytla chyba (pravd<76>podobn<62> duplicitn<74> kl<6B><6C>).';
$strShowStatusDelayed_insert_threadsDescr = 'Po<50>et vl<76>ken pou<6F><75>van<61>ch pro INSERT DELAYED. Ka<4B>d<EFBFBD> tabulka na kter<65> je pou<6F>it INSERT DEKAYED m<> jeden thread.';
$strShowStatusDelayed_writesDescr = 'Po<50>et <20><>dk<64> zapsan<61>ch pomoc<6F> INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Po<50>et proveden<65>ch p<><70>kaz<61> FLUSH.';
$strShowStatusHandler_commitDescr = 'Po<50>et intern<72>ch p<><70>kaz<61> COMMIT.';
$strShowStatusHandler_deleteDescr = 'Po<50>et po<70>adavk<76> na smaz<61>n<EFBFBD> <20><>dku.';
$strShowStatusHandler_discoverDescr = 'Po<50>et zji<6A><69>ov<6F>n<EFBFBD> tabulek. T<>mto se naz<61>v<EFBFBD> dotaz NDB clusteru, jestli v<> o tabulce dan<61>ho jm<6A>na.';
$strShowStatusHandler_read_firstDescr = 'Po<50>et p<>e<EFBFBD>ten<65> prvn<76> polo<6C>ky indexu. P<><50>li<6C> vysok<6F> hodnota znamen<65>, <20>e server prov<6F>d<EFBFBD> mnoho kompletn<74>ch proch<63>zen<65> indexu. Na p<><70>klad SELECT col1 FROM foo, pokud je col1 indexov<6F>na.';
$strShowStatusHandler_read_keyDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> <20><>dku vych<63>zej<65>c<EFBFBD> z&nbsp;indexu. Vysok<6F> hodnota znamen<65>, <20>e dotazy spr<70>vn<76> vyu<79><75>vaj<61> indexy.';
$strShowStatusHandler_read_nextDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> dal<61><6C>ho <20><>dku podle indexu. Tato hodnota se zv<7A>t<EFBFBD>uje pokud prov<6F>d<EFBFBD>te dotaz na indexovan<61> sloupec s&nbsp;omezen<65>m rozsahu nebo prohled<65>v<EFBFBD>te index.';
$strShowStatusHandler_read_prevDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> p<>edchoz<6F>ho <20><>dku z&nbsp;indexu. Pou<6F><75>van<61> pro optimalizaci dotaz<61> ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> konkr<6B>tn<74>ho <20><>dku tabulky. Vysok<6F> hodnota znamen<65>, <20>e prov<6F>d<EFBFBD>te mnoho dotaz<61>, kter<65> vy<76>aduj<75> <20>azen<65> v<>sledk<64>. Pravd<76>podobn<62> pou<6F><75>v<EFBFBD>te mnoho dotaz<61>, kter<65> vy<76>aduj<75> prohl<68><6C>en<65> cel<65> tabulky nebo pou<6F><75>v<EFBFBD>te spojen<65> tabulek, kter<65> nevyu<79><75>vaj<61> index<65>.';
$strShowStatusHandler_read_rnd_nextDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> dal<61><6C>ho <20><>dku ze souboru. Tato hodnota je vysok<6F> pokud dotazy proch<63>zej<65> cel<65> tabulky, pravd<76>podobn<62> tedy nemaj<61> vhodn<64> indexy.';
$strShowStatusHandler_rollbackDescr = 'Po<50>et intern<72>ch p<><70>kaz<61> ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Po<50>et po<70>adavk<76> na aktualizaci <20><>dku.';
$strShowStatusHandler_writeDescr = 'Po<50>et po<70>adavk<76> na vlo<6C>en<65> <20><>dku.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Po<50>et str<74>nek obsahuj<75>c<EFBFBD>ch data (zm<7A>n<EFBFBD>n<EFBFBD> i nezm<7A>n<EFBFBD>n<EFBFBD>).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Po<50>et zm<7A>n<EFBFBD>n<EFBFBD>ch str<74>nek.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Po<50>et str<74>nek, na kter<65> je po<70>adavek na vypr<70>zdn<64>n<EFBFBD>.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Po<50>et voln<6C>ch str<74>nek.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Po<50>et zam<61>en<65>ch str<74>nek, tzn. str<74>nek, kter<65> jsou pr<70>v<EFBFBD> zapisov<6F>ny nebo <20>teny nebo nemohou b<>t odstran<61>ny z&nbsp;jak<61>hokoliv d<>vodu.';
$strShowStatusInnodb_log_write_requestsDescr = 'Po<50>et po<70>adavk<76> na z<>pis do logovac<61>ho souboru.';
$strShowStatusInnodb_log_writesDescr = 'Po<50>et skute<74>n<EFBFBD>ch z<>pis<69> do logovac<61>ho souboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Po<50>et synchronizac<61> proveden<65>ch na logovac<61>ch souborech.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Po<50>et nevy<76><79>zen<65>ch synchronizac<61> logovac<61>ch soubor<6F>.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Po<50>et nevy<76><79>zen<65>ch z<>pis<69> do logovac<61>ch soubor<6F>.';
$strShowStatusInnodb_os_log_writtenDescr = 'Po<50>et bajt<6A> zapsan<61>ch do logovac<61>ho souboru.';
$strShowStatusInnodb_pages_createdDescr = 'Po<50>et vytvo<76>en<65>ch str<74>nek.';
$strShowStatusInnodb_page_sizeDescr = 'Zakompilovan<61> velikost str<74>nky InnoDB (v<>choz<6F> je 16 KB). Mnoho hodnot je uv<75>d<EFBFBD>no ve str<74>nk<6E>ch, pomoc<6F> t<>to hodnoty je m<><6D>ete p<>epo<70><6F>tat na velikost.';
$strShowStatusInnodb_pages_readDescr = 'Po<50>et p<>e<EFBFBD>ten<65>ch str<74>nek.';
$strShowStatusInnodb_pages_writtenDescr = 'Po<50>et zapsan<61>ch str<74>nek.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Po<50>et z<>mk<6D> <20><>dku, na kter<65> se v sou<6F>asn<73> dob<6F> <20>ek<65>.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Pr<50>m<EFBFBD>rn<72> <20>as pot<6F>ebn<62> pro z<>sk<73>n<EFBFBD> z<>mku <20><>dku, v milisekund<6E>ch.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkov<6F> <20>as str<74>ven<65> <20>ek<65>n<EFBFBD>m na z<>mek <20><>dku, v milisekund<6E>ch.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maxim<69>ln<6C> <20>as pot<6F>ebn<62> pro z<>sk<73>n<EFBFBD> z<>mku <20><>dku, v milisekund<6E>ch.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolikr<6B>t se muselo <20>ekat na z<>mek <20><>dku.';
$strShowStatusInnodb_rows_deletedDescr = 'Po<50>et <20><>dk<64> ostran<61>n<EFBFBD>ch z InnoDB tabulek.';
$strShowStatusInnodb_rows_insertedDescr = 'Po<50>et <20><>dk<64> vlo<6C>en<65>ch do InnoDB tabulek.';
$strShowStatusInnodb_rows_readDescr = 'Po<50>et <20><>dk<64> p<>e<EFBFBD>ten<65>ch z InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Po<50>et <20><>dk<64> aktualizovan<61>ch v InnoDB tabulk<6C>ch.';
$strShowStatusKey_blocks_not_flushedDescr = 'Po<50>et blok<6F> ve vyrovn<76>vac<61> pam<61>ti kl<6B><6C><EFBFBD>, kter<65> byly zm<7A>n<EFBFBD>ny, ale nebyly zaps<70>ny na disk. D<><44>ve se tato hodnota jmenovala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Po<50>et nepou<6F>it<69>ch blok<6F> ve vyrovn<76>vac<61> pam<61>ti kl<6B><6C><EFBFBD>. Pomoc<6F> t<>to hodoty pozn<7A>te jak moc je vyrovn<76>vac<61> pam<61><6D> vyu<79>it<69>.';
$strShowStatusKey_blocks_usedDescr = 'Po<50>et pou<6F>it<69>ch blok<6F> ve vyrovn<76>vac<61> pam<61>ti kl<6B><6C><EFBFBD>. Tato hodnota ur<75>uje maximum blok<6F>, kter<65> kdy byly obsazeny najednou.';
$strShowStatusKey_read_requestsDescr = 'Po<50>et po<70>adavk<76> na p<>e<EFBFBD>ten<65> kl<6B><6C>e z vyrovn<76>vac<61> pam<61>ti.';
$strShowStatusKey_readsDescr = 'Po<50>et skute<74>n<EFBFBD>ch <20>ten<65> bloku zkl<6B><6C>e z disku. Pokud je hodnota p<><70>li<6C> velk<6C>, pravd<76>podobn<62> m<>te malou vyrovn<76>vac<61> pam<61><6D> (key_buffer_size). <20>sp<73><70>nost vyrovn<76>vac<61> pam<61>ti m<><6D>ete spo<70><6F>tat jako Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Po<50>et po<70>adavk<76> na z<>pis bloku kl<6B><6C>e na disk.';
$strShowStatusKey_writesDescr = 'Po<50>et skute<74>n<EFBFBD>ch z<>pis<69> bloku kl<6B><6C>e na disk.';
$strShowStatusLast_query_costDescr = 'Celkov<6F> cena posledn<64>ho kompilovan<61>ho dotazu spo<70><6F>tan<61> optimaliz<69>rem dotaz<61>. U<>ite<74>n<EFBFBD> pro porovn<76>n<EFBFBD> r<>zn<7A>ch dotaz<61>. V<>choz<6F> hodnota 0 znamen<65>, <20>e <20><>dn<64> dotaz je<6A>t<EFBFBD> nebyl kompilov<6F>n.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Po<50>et <20><>dk<64> <20>ekaj<61>c<EFBFBD>ch na zaps<70>n<EFBFBD> ve front<6E> INSERT DELAYED.';
$strShowStatusOpened_tablesDescr = 'Celkem otev<65>en<65>ch tabulek. Pokud je tato hodnota p<><70>li<6C> vysok<6F>, pravd<76>podobn<62> m<>te malou vyrovn<76>vac<61> pam<61><6D> pro tabulky.';
$strShowStatusOpen_filesDescr = 'Po<50>et otev<65>en<65>ch soubor<6F>.';
$strShowStatusOpen_streamsDescr = 'Po<50>et otev<65>en<65>ch stream<61> (pou<6F><75>van<61> p<>ev<65><76>n<EFBFBD> pro logov<6F>n<EFBFBD>).';
$strShowStatusOpen_tablesDescr = 'Po<50>et aktu<74>ln<6C> otev<65>en<65>ch tabulek.';
$strShowStatusQcache_free_blocksDescr = 'Po<50>et voln<6C>ch blok<6F> pam<61>ti ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_free_memoryDescr = 'Velikost voln<6C> pam<61>ti ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_hitsDescr = 'Po<50>et z<>sah<61> vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_insertsDescr = 'Po<50>et dotaz<61>ch p<>idan<61>ch do vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_lowmem_prunesDescr = 'Po<50>et dotaz<61> odstran<61>n<EFBFBD>ch z&nbsp;vyrovn<76>vac<61> pam<61>ti dotaz<61> aby uvolnily m<>sto pro nov<6F>. Tato hodnota m<><6D>e pomoci v&nbsp;nastaven<65> velikosti vyrovn<76>vac<61> pam<61>ti. Vyrovn<76>vac<61> pam<61><6D> pou<6F><75>v<EFBFBD> strategii LRU (nejd<6A>le nepou<6F>it<69>) pro vy<76>azov<6F>n<EFBFBD> dotaz<61> z&nbsp;vyrovn<76>vac<61> pam<61>ti.';
$strShowStatusQcache_not_cachedDescr = 'Po<50>et necachovan<61>ch dotaz<61> (necachovateln<6C>ch nebo necachovan<61>ch kv<6B>li nastaven<65> query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Po<50>et dotaz<61> ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusQcache_total_blocksDescr = 'Celkov<6F> po<70>et blok<6F> ve vyrovn<76>vac<61> pam<61>ti dotaz<61>.';
$strShowStatusReset = 'Vynulovat statistiky';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikace.';
$strShowStatusSelect_full_joinDescr = 'Po<50>et spojen<65>, kter<65> nevyu<79><75>valy indexy. Pokud tato hodnota nen<65> 0, m<>li byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_full_range_joinDescr = 'Po<50>et spojen<65>, kter<65> pou<6F><75>valy intervalov<6F> vyhled<65>v<EFBFBD>n<EFBFBD> na referen<65>n<EFBFBD> tabulce.';
$strShowStatusSelect_range_checkDescr = 'Po<50>et spojen<65> bez kl<6B><6C><EFBFBD>, kter<65> kontrolovaly pou<6F>it<69> kl<6B><6C><EFBFBD> po ka<6B>d<EFBFBD>m <20><>dku. Pokud tato hodnota nen<65> 0, m<>li byste zkontrolovat indexy tabulek.';
$strShowStatusSelect_rangeDescr = 'Po<50>et spojen<65>, kter<65> pou<6F>ivaly intervalov<6F> vyhled<65>v<EFBFBD>n<EFBFBD> na prvn<76> tabulce. Tato hodnota obvykle nen<65> kritick<63> i kdy<64> je vysok<6F>.';
$strShowStatusSelect_scanDescr = 'Po<50>et spojen<65>, kter<65> prov<6F>d<EFBFBD>ly kompletn<74> proch<63>zen<65> prvn<76> tabulky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Po<50>et do<64>asn<73>ch tabulek v sou<6F>asn<73> dob<6F> otev<65>en<65>ch pod<6F><64>zen<65>m serverem.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkov<6F> po<70>ek, kolikr<6B>t musel pod<6F><64>zen<65> server opakovat transakce.';
$strShowStatusSlave_runningDescr = 'Tato polo<6C>ka je zapnut<75>, pokud server pracuje jako pod<6F><64>zen<65>.';
$strShowStatusSlow_launch_threadsDescr = 'Po<50>et vl<76>ken jejih<69> vytvo<76>en<65> trvalo d<>le ne<6E> slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Po<50>et dotaz<61>, kter<65> trvaly d<>le ne<6E> long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Po<50>et pr<70>chod<6F> slu<6C>ov<6F>n<EFBFBD>, kter<65> musel prov<6F>st <20>adic<69> algoritmus. P<>i p<><70>li<6C> vysok<6F> hodnot<6F> zva<76>te zv<7A><76>en<65> sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Po<50>et <20>azen<65>, kter<65> byly omezeny rozsahem.';
$strShowStatusSort_rowsDescr = 'Po<50>et <20>azen<65>ch <20><>dek.';
$strShowStatusSort_scanDescr = 'Po<50>et <20>azen<65> proveden<65>ch proch<63>zen<65>m tabulky.';
$strShowStatusTable_locks_immediateDescr = 'Po<50>ek okam<61>it<69>ch z<>sk<73>n<EFBFBD> z<>mku tabulky.';
$strShowStatusTable_locks_waitedDescr = 'Po<50>et <20>ek<65>n<EFBFBD> na z<>sk<73>n<EFBFBD> z<>mku tabulky. Pokud je tato hodnota vysok<6F> a m<>te probl<62>my s v<>konem, m<>li byste optimalizovat dostazy a p<><70>padn<64> rozd<7A>lit tabulky nebo pou<6F><75>t replikaci.';
$strShowStatusThreads_cachedDescr = 'Po<50>et vl<76>ken ve vyrovn<76>vac<61> pam<61>ti. <20>sp<73><70>nost vyrovn<76>vac<61> pam<61>ti m<><6D>e b<>t spo<70><6F>t<EFBFBD>na jako Threads_created/Connections. Pokud je tato hodnota <20>erven<65>, m<>li byste zv<7A><76>it thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Po<50>et aktu<74>ln<6C> otev<65>en<65>ch p<>ipojen<65>.';
$strShowStatusThreads_createdDescr = 'Po<50>et vl<76>ken vytvo<76>en<65>ch pro obsluhu p<>ipojen<65>. Pokud je hodnota p<><70>li<6C> velk<6C>, m<><6D>ete zv<7A>t<EFBFBD>it parametr thread_cache_size. Na platform<72>ch, kter<65> maj<61> dobrou implementaci vl<76>ken v<>ak toto nem<65> p<><70>li<6C> velk<6C> vliv.';
$strShowStatusThreads_runningDescr = 'Po<50>et vl<76>ken, kter<65> nesp<73>.';
$strShowTableDimension = 'Rozm<7A>ry tabulek';
$strShowTables = 'Zobrazit tabulky';
$strShowThisQuery = 'Zobrazit zde tento dotaz znovu';
@@ -675,10 +795,12 @@ $strShow = 'Zobrazit';
$strSimplifiedChinese = 'Zjednodu<64>en<65> <20><>n<EFBFBD>tina';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSkipQueries = 'Po<50>et z<>znam<61> (dotaz<61>) od za<7A><61>tku, kter<65> se maj<61> p<>esko<6B>it';
$strSlovak = 'Sloven<65>tina';
$strSlovenian = 'Slovin<69>tina';
$strSocketProblem = '(nebo nen<65> sp<73>vn<76> nastaven lok<6F>ln<6C> socket MySQL serveru)';
$strSortByKey = 'Set<65><74>dit podle kl<6B><6C>e';
$strSorting = '<27>azen<65>';
$strSort = '<27>adit';
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSpanish = '<27>pan<61>l<EFBFBD>tina';
@@ -686,7 +808,7 @@ $strSplitWordsWithSpace = 'Slova jsou odd
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvo<76>en<65>ch dotaz<61>';
$strSQLOptions = 'Nastaven<65> SQL exportu';
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v&nbsp;SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s&nbsp;bin<69>rn<72>mi daty nezapsan<61>mi v&nbsp;uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z&nbsp;MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohlaste chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
$strSQLParserBugMessage = 'Je mo<6D>n<EFBFBD>, <20>e jste na<6E>li chybu v&nbsp;SQL parseru. Pros<6F>m prozkoumejte podrobn<62> SQL dotaz, p<>edev<65><76>m jestli jsou spr<70>vn<76> uvozovky a jestli nejsou proh<6F>zen<65>. Dal<61><6C> mo<6D>nost selh<6C>n<EFBFBD> je pokud nahr<68>v<EFBFBD>te soubor s&nbsp;bin<69>rn<72>mi daty nezapsan<61>mi v&nbsp;uvozovk<76>ch. M<><4D>ete tak<61> vyzkou<6F>et p<><70>kazovou <20><>dku MySQL. N<><4E>e uveden<65> v<>stup z&nbsp;MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu. Pokud st<73>le m<>te probl<62>my nebo pokud SQL parser ohl<68>s<EFBFBD> chybu u&nbsp;dotazu, kter<65> na p<><70>kazov<6F> <20><>dce funguje, pros<6F>m pokuste se zredukovat dotaz na co nejmen<65><6E>, ve kter<65>m se probl<62>m je<6A>t<EFBFBD> vyskytne, a ohlaste chybu na str<74>nk<6E>ch phpMyAdmina spolu se sekc<6B> V<>PIS uvedenou n<><6E>e:';
$strSQLParserUserError = 'Pravd<76>podobn<62> m<>te v&nbsp;SQL dotazu chybu. N<><4E>e uveden<65> v<>stup MySQL serveru (pokud je n<>jak<61>) V<>m tak<61> m<><6D>e pomoci p<>i zkoum<75>n<EFBFBD> probl<62>mu';
$strSQLQuery = 'SQL-dotaz';
$strSQLResult = 'V<>sledek SQL dotazu';
@@ -716,7 +838,7 @@ $strSwedish = '
$strSwitchToDatabase = 'P<>epnout na zkop<6F>rovanou datab<61>zi';
$strSwitchToTable = 'P<>epnout na zkop<6F>rovanou tabulku';
$strTableComments = 'Koment<6E><74> k tabulce';
$strTableComments = 'Koment<6E><74> k&nbsp;tabulce';
$strTableEmpty = 'Jm<4A>no tabulky je pr<70>zdn<64>!';
$strTableHasBeenDropped = 'Tabulka %s byla odstran<61>na';
$strTableHasBeenEmptied = 'Tabulka %s byla vypr<70>zdn<64>na';
@@ -730,6 +852,7 @@ $strTable = 'Tabulka';
$strTableType = 'Typ tabulky';
$strTakeIt = 'zvolit';
$strTblPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> tabulky';
$strTempData = 'Do<44>asn<73> data';
$strTextAreaLength = 'Tento sloupec mo<6D>n<EFBFBD> nep<65>jde <br />(kv<6B>li d<>lce) upravit ';
$strThai = 'Thaj<61>tina';
$strTheContent = 'Obsah souboru byl vlo<6C>en';
@@ -738,15 +861,19 @@ $strTheme = 'Vzhled';
$strTheTerminator = 'Sloupce jsou odd<64>leny t<>mto znakem.';
$strThisHost = 'Tento po<70><6F>ta<74>';
$strThisNotDirectory = 'Nebyl zad<61>n adres<65><73>';
$strThreads = 'Po<50>et vl<76>ken';
$strThreadSuccessfullyKilled = 'Vl<56>kno %s bylo <20>sp<73><70>n<EFBFBD> zabito.';
$strTime = '<27>as';
$strTimeoutInfo = 'P<>edchoz<6F> <20>mport vy<76>erpal ve<76>ker<65> <20>as, po dal<61><6C>m odesl<73>n<EFBFBD> bude import pokra<72>ovat od pozize %d.';
$strTimeoutNothingParsed = 'Bohu<68>el b<>hem posledn<64>ho pokusu nebyla <20><>dn<64> data na<6E>tena. Toto obvykle znamen<65>, <20>e phpMyAdmin nebude schopen na<6E><61>st tento soubor, pokud nezv<7A><76><EFBFBD>te <20>asov<6F> limity v&nbsp;PHP.';
$strTimeoutPassed = 'Limit pro b<>h importu vypr<70>el, pros<6F>m ode<64>lete formul<75><6C> znovu se stejn<6A>m souborem a import bude pokra<72>ovat.';
$strToggleScratchboard = 'Zobrazit grafick<63> n<>vrh';
$strTotal = 'celkem';
$strTotalUC = 'Celkem';
$strTraditionalChinese = 'Tradi<64>n<EFBFBD> <20><>n<EFBFBD>tina';
$strTraditionalSpanish = 'Tradi<64>n<EFBFBD> <20>pan<61>l<EFBFBD>tina';
$strTraffic = 'Provoz';
$strTransformation_application_octetstream__download = 'Zobraz<61> odkaz na st<73>hnut<75> dat. Prvn<76> parametr je jm<6A>no souboru, druh<75> jm<6A>no sloupce v tabulce obsahuj<75>c<EFBFBD> jm<6A>no souboru. Pokud zad<61>te druh<75> parametr, prvn<76> mus<75> b<>t pr<70>zdn<64>.';
$strTransformation_application_octetstream__download = 'Zobraz<61> odkaz na st<73>hnut<75> dat. Prvn<76> parametr je jm<6A>no souboru, druh<75> jm<6A>no sloupce v&nbsp;tabulce obsahuj<75>c<EFBFBD> jm<6A>no souboru. Pokud zad<61>te druh<75> parametr, prvn<76> mus<75> b<>t pr<70>zdn<64>.';
$strTransformation_application_octetstream__hex = 'Zobraz<61> data <20>estn<74>ctkov<6F>.';
$strTransformation_image_jpeg__inline = 'Zobraz<61> n<>hled obr<62>zku s&nbsp;odkazem na obr<62>zek; parametry <20><><EFBFBD>ka a v<><76>ka v&nbsp;bodech (pom<6F>r stran obr<62>zku z<>stane zachov<6F>n)';
$strTransformation_image_jpeg__link = 'Zobraz<61> odkaz na obr<62>zek (nap<61><70>klad st<73>hnut<75> pole blob).';
@@ -767,6 +894,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unik<69>tn<74>';
$strUnknown = 'nezn<7A>m<EFBFBD>';
$strUnselectAll = 'Odzna<6E>it v<>e';
$strUnsupportedCompressionDetected = 'Pokusili jste se importovat soubor s&nbsp;nepodporovanou kompres<65> (%s). Bu<42>to podpora nen<65> implementov<6F>na nebo je vypnuta ve va<76><61> konfiguraci.';
$strUpdatePrivMessage = 'Byla aktualizov<6F>na opr<70>vn<76>n<EFBFBD> pro %s.';
$strUpdateProfileMessage = 'P<><50>stup byl zm<7A>n<EFBFBD>n.';
$strUpdateQuery = 'Aktualizovat dotaz';
@@ -804,7 +932,7 @@ $strWebServerUploadDirectory = 'soubor z&nbsp;adres
$strWelcome = 'V<>tejte v&nbsp;%s';
$strWestEuropean = 'Z<>padn<64> Evropa';
$strWildcard = 'maska';
$strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z d<EFBFBD>vodu bezpe<70>nostn<74>ch nastaven<65>.';
$strWindowNotFound = 'C<>lov<6F> okno prohl<68><6C>e<EFBFBD>e nemohlo b<>t aktualizov<6F>no. Mo<4D>n<EFBFBD> jste zav<61>el rodi<64>ovsk<73> okno, nebo prohl<68><6C>e<EFBFBD> blokuje operace mezi okny z&nbsp;d<EFBFBD>vodu bezpe<70>nostn<74>ch nastaven<65>.';
$strWithChecked = 'Za<5A>krtnut<75>:';
$strWriteRequests = 'Po<50>adavk<76> na <20>ten<65>';
$strWritingCommentNotPossible = 'Nelze zapsat koment<6E><74>';
@@ -818,4 +946,30 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
// To translate:
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -814,4 +814,155 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Bem<65>rk: Indstilling af disse v<>rdier til 0 (nul) fjerner begr<67>nsningen.';
$strZip = '"zippet"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -815,4 +815,155 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zippet"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -816,4 +816,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -816,4 +816,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -817,4 +817,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -48,6 +48,7 @@ $strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
@@ -75,6 +76,7 @@ $strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinaryLogCache = 'Binary log cache';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
@@ -103,6 +105,7 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
$strBzip = '"bzipped"';
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot login to MySQL server';
$strCantLoad = 'cannot load %s extension;<br />please check PHP configuration';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
@@ -142,6 +145,7 @@ $strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Complete inserts';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if PHP finds a parse error in it or PHP cannot find the file.<br />Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Cannot connect: invalid settings.';
@@ -166,6 +170,8 @@ $strCreatePdfFeat = 'Creation of PDFs';
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV options';
$strCSVOptions = 'CSV options';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
@@ -242,6 +248,7 @@ $strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEnclosingOptional = 'Enclosing of fields is optional';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
@@ -252,6 +259,7 @@ $strEngineUnsupported = 'This MySQL server does not support the %s storage engin
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strErrorInZipFile = 'Error in ZIP archive:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
@@ -275,9 +283,12 @@ $strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'File name template';
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
$strFileNameTemplateRemember = 'remember template';
$strFileToImport = 'File to import';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages';
@@ -299,6 +310,7 @@ $strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display';
@@ -318,12 +330,16 @@ $strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma-separated field list.';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFinished = 'Import finished';
$strImportFinished = 'Import has been successfully finished.';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
@@ -354,17 +370,23 @@ $strInstructions = 'Instructions';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
$strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidColumn = 'Invalid column (%s) specified!';
$strInvalidCSVInput = 'Invalid CSV input, could not parse!';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
$strInvalidLDIImport = 'This plugin does not support compressed imports!';
$strInvalidRowNumber = '%d is not valid row number.';
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database &quot;%s&quot;.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Just delete the users from the privilege tables.';
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
$strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'Korean';
@@ -381,6 +403,9 @@ $strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX options';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA';
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values*';
$strLimitNumRows = 'Number of rows per page';
$strLineFeed = 'Linefeed: \\n';
@@ -400,6 +425,7 @@ $strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
$strMaxConnects = 'max. concurrent connections';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
@@ -454,6 +480,7 @@ $strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoExplain = 'Skip Explain SQL';
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
@@ -471,6 +498,7 @@ $strNoRowsSelected = 'No rows selected';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
$strNothingToImport = 'You didn\'t enter any data to import!';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
@@ -496,6 +524,7 @@ $strOverwriteExisting = 'Overwrite existing file(s)';
$strPageNumber = 'Page number:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'Paper size';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
@@ -570,6 +599,7 @@ $strPutColNames = 'Put fields names in the first row';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL history';
@@ -599,6 +629,7 @@ $strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplace = 'Replace';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
@@ -619,6 +650,7 @@ $strRows = 'Rows';
$strRowsStatistic = 'Row Statistics';
$strRunning = 'running on %s';
$strRunQuery = 'Submit Query';
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian';
@@ -647,6 +679,7 @@ $strSent = 'Sent';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist = 'Processes';
@@ -662,18 +695,130 @@ $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
$strShow = 'Show';
$strShowSlaveHosts = 'Show slave hosts';
$strShowSlaveStatus = 'Show slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
@@ -725,6 +870,7 @@ $strTable = 'Table';
$strTableType = 'Table type';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strThai = 'Thai';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
@@ -733,7 +879,11 @@ $strTheme = 'Theme / Style';
$strTheTerminator = 'The terminator of the fields.';
$strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'total';
@@ -762,6 +912,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unknown';
$strUnselectAll = 'Unselect All';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query';

View File

@@ -48,6 +48,7 @@ $strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
@@ -75,6 +76,7 @@ $strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinaryLogCache = 'Binary log cache';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
@@ -103,6 +105,7 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
$strBzip = '"bzipped"';
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot login to MySQL server';
$strCantLoad = 'cannot load %s extension;<br />please check PHP configuration';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
@@ -142,6 +145,7 @@ $strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Complete inserts';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if PHP finds a parse error in it or PHP cannot find the file.<br />Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Cannot connect: invalid settings.';
@@ -166,6 +170,8 @@ $strCreatePdfFeat = 'Creation of PDFs';
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV options';
$strCSVOptions = 'CSV options';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
@@ -242,6 +248,7 @@ $strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEnclosingOptional = 'Enclosing of fields is optional';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
@@ -252,6 +259,7 @@ $strEngineUnsupported = 'This MySQL server does not support the %s storage engin
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strErrorInZipFile = 'Error in ZIP archive:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
@@ -275,9 +283,12 @@ $strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'File name template';
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
$strFileNameTemplateRemember = 'remember template';
$strFileToImport = 'File to import';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages';
@@ -299,6 +310,7 @@ $strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display';
@@ -318,12 +330,16 @@ $strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma-separated field list.';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFinished = 'Import finished';
$strImportFinished = 'Import has been successfully finished.';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
@@ -354,17 +370,23 @@ $strInstructions = 'Instructions';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
$strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidColumn = 'Invalid column (%s) specified!';
$strInvalidCSVInput = 'Invalid CSV input, could not parse!';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
$strInvalidLDIImport = 'This plugin does not support compressed imports!';
$strInvalidRowNumber = '%d is not valid row number.';
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database &quot;%s&quot;.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Just delete the users from the privilege tables.';
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
$strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'Korean';
@@ -381,6 +403,9 @@ $strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX options';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA';
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values*';
$strLimitNumRows = 'Number of rows per page';
$strLineFeed = 'Linefeed: \\n';
@@ -400,6 +425,7 @@ $strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
$strMaxConnects = 'max. concurrent connections';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
@@ -454,6 +480,7 @@ $strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoExplain = 'Skip Explain SQL';
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
@@ -471,6 +498,7 @@ $strNoRowsSelected = 'No rows selected';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
$strNothingToImport = 'You didn\'t enter any data to import!';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
@@ -496,6 +524,7 @@ $strOverwriteExisting = 'Overwrite existing file(s)';
$strPageNumber = 'Page number:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'Paper size';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
@@ -570,6 +599,7 @@ $strPutColNames = 'Put fields names in the first row';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL history';
@@ -599,6 +629,7 @@ $strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplace = 'Replace';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
@@ -619,6 +650,7 @@ $strRows = 'Rows';
$strRowsStatistic = 'Row Statistics';
$strRunning = 'running on %s';
$strRunQuery = 'Submit Query';
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian';
@@ -647,6 +679,7 @@ $strSent = 'Sent';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist = 'Processes';
@@ -662,18 +695,130 @@ $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
$strShow = 'Show';
$strShowSlaveHosts = 'Show slave hosts';
$strShowSlaveStatus = 'Show slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
@@ -725,6 +870,7 @@ $strTable = 'Table';
$strTableType = 'Table type';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strThai = 'Thai';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
@@ -733,7 +879,11 @@ $strTheme = 'Theme / Style';
$strTheTerminator = 'The terminator of the fields.';
$strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'total';
@@ -762,6 +912,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unknown';
$strUnselectAll = 'Unselect All';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query';

View File

@@ -49,6 +49,7 @@ $strAfterInsertNewInsert = 'Insert another new row';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Go back to this page';
$strAll = 'All';
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';
$strAllTableSameWidth = 'display all tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
@@ -76,6 +77,7 @@ $strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinaryLogCache = 'Binary log cache';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
@@ -104,6 +106,7 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
$strBzip = '"bzipped"';
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot login to MySQL server';
$strCantLoad = 'cannot load %s extension;<br />please check PHP configuration';
$strCantLoadRecodeIconv = 'Couldn\'t load the iconv or recode extension needed for charset conversion. Either configure PHP to enable these extensions or disable charset conversion in phpMyAdmin.';
@@ -143,6 +146,7 @@ $strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Complete inserts';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if PHP finds a parse error in it or PHP cannot find the file.<br />Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.<br />If you receive a blank page, everything is fine.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s';
$strConnectionError = 'Cannot connect: invalid settings.';
@@ -167,6 +171,8 @@ $strCreatePdfFeat = 'Creation of PDFs';
$strCreationDates = 'Creation/Update/Check dates';
$strCriteria = 'Criteria';
$strCroatian = 'Croatian';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV options';
$strCSVOptions = 'CSV options';
$strCyrillic = 'Cyrillic';
$strCzech = 'Czech';
@@ -243,6 +249,7 @@ $strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEnclosingOptional = 'Enclosing of fields is optional';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
@@ -253,6 +260,7 @@ $strEngineUnsupported = 'This MySQL server does not support the %s storage engin
$strEnglish = 'English';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strErrorInZipFile = 'Error in ZIP archive:';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
@@ -276,9 +284,12 @@ $strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'File name template';
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';
$strFileNameTemplateRemember = 'remember template';
$strFileToImport = 'File to import';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should %sreload the privileges%s before you continue.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Missing value in the form!';
$strFreePages = 'Free pages';
@@ -300,6 +311,7 @@ $strGrantOption = 'Grant';
$strGreek = 'Greek';
$strGzip = '"gzipped"';
$strHandler = 'Handler';
$strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one column to display';
@@ -319,12 +331,16 @@ $strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma-separated field list.';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFinished = 'Import finished';
$strImportFinished = 'Import has been successfully finished.';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
@@ -355,17 +371,23 @@ $strInstructions = 'Instructions';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Internal relations';
$strInUse = 'in use';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:';
$strInvalidColumnCount = 'Column count has to be larger than zero.';
$strInvalidColumn = 'Invalid column (%s) specified!';
$strInvalidCSVInput = 'Invalid CSV input, could not parse!';
$strInvalidFieldAddCount = 'You have to add at least one field.';
$strInvalidFieldCount = 'Table must have at least one field.';
$strInvalidLDIImport = 'This plugin does not support compressed imports!';
$strInvalidRowNumber = '%d is not valid row number.';
$strJapanese = 'Japanese';
$strJoins = 'Joins';
$strJumpToDB = 'Jump to database &quot;%s&quot;.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
$strJustDelete = 'Just delete the users from the privilege tables.';
$strKeepPass = 'Do not change the password';
$strKeyCache = 'Key cache';
$strKeyname = 'Keyname';
$strKill = 'Kill';
$strKorean = 'Korean';
@@ -382,6 +404,9 @@ $strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX options';
$strLatexStructure = 'Structure of table __TABLE__';
$strLatvian = 'Latvian';
$strLDI = 'CSV using LOAD DATA';
$strLDIImportOptions = 'Options for CSV import using LOAD DATA';
$strLDILocal = 'Use LOCAL keyword';
$strLengthSet = 'Length/Values*';
$strLimitNumRows = 'Number of rows per page';
$strLineFeed = 'Linefeed: \\n';
@@ -401,6 +426,7 @@ $strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
$strMaxConnects = 'max. concurrent connections';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!';
@@ -455,6 +481,7 @@ $strNoDescription = 'no description';
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoExplain = 'Skip Explain SQL';
$strNoFilesFoundInZip = 'No files found inside ZIP archive!';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'No index defined!';
$strNoIndexPartsDefined = 'No index parts defined!';
@@ -472,6 +499,7 @@ $strNoRowsSelected = 'No rows selected';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
$strNothingToImport = 'You didn\'t enter any data to import!';
$strNotNumber = 'This is not a number!';
$strNotOK = 'not OK';
$strNotSet = '<b>%s</b> table not found or not set in %s';
@@ -497,6 +525,7 @@ $strOverwriteExisting = 'Overwrite existing file(s)';
$strPageNumber = 'Page number:';
$strPagesToBeFlushed = 'Pages to be flushed';
$strPaperSize = 'Paper size';
$strPartialImport = 'Partial import';
$strPartialText = 'Partial Texts';
$strPasswordChanged = 'The password for %s was changed successfully.';
$strPasswordEmpty = 'The password is empty!';
@@ -571,6 +600,7 @@ $strPutColNames = 'Put fields names in the first row';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryCache = 'Query cache';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL history';
@@ -600,6 +630,7 @@ $strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplace = 'Replace';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
@@ -620,6 +651,7 @@ $strRows = 'Rows';
$strRowsStatistic = 'Row Statistics';
$strRunning = 'running on %s';
$strRunQuery = 'Submit Query';
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';
$strRunSQLQuery = 'Run SQL query/queries on database %s';
$strRussian = 'Russian';
@@ -648,6 +680,7 @@ $strSent = 'Sent';
$strServerChoice = 'Server Choice';
$strServerNotResponding = 'The server is not responding';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Runtime Information';
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.';
$strServerTabProcesslist = 'Processes';
@@ -663,18 +696,130 @@ $strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowOpenTables = 'Show open tables';
$strShowPHPInfo = 'Show PHP information';
$strShow = 'Show';
$strShowSlaveHosts = 'Show slave hosts';
$strShowSlaveStatus = 'Show slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.';
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.';
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';
$strShowStatusQcache_hitsDescr = 'The number of cache hits.';
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';
$strShowStatusSort_rowsDescr = 'The number of sorted rows.';
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.';
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again ';
$strSimplifiedChinese = 'Simplified Chinese';
$strSingly = '(singly)';
$strSize = 'Size';
$strSkipQueries = 'Number of records(queries) to skip from start';
$strSlovak = 'Slovak';
$strSlovenian = 'Slovenian';
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';
$strSortByKey = 'Sort by key';
$strSorting = 'Sorting';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSpanish = 'Spanish';
@@ -726,6 +871,7 @@ $strTable = 'Table';
$strTableType = 'Table type';
$strTakeIt = 'take it';
$strTblPrivileges = 'Table-specific privileges';
$strTempData = 'Temporary data';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strThai = 'Thai';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
@@ -734,7 +880,11 @@ $strTheme = 'Theme / Style';
$strTheTerminator = 'The terminator of the fields.';
$strThisHost = 'This Host';
$strThisNotDirectory = 'This was not a directory';
$strThreads = 'Threads';
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.';
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';
$strTime = 'Time';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'total';
@@ -763,6 +913,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unknown';
$strUnselectAll = 'Unselect All';
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query';

View File

@@ -814,4 +814,155 @@ $strZip = '"zipitud"';
// To translate:
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -815,4 +815,155 @@ $strZip = '"zipitud"';
// To translate:
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -825,4 +825,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -825,4 +825,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -826,4 +826,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -48,6 +48,7 @@ $strAfterInsertBack = 'Retourner
$strAfterInsertNewInsert = 'Ins<6E>rer un nouvel enregistrement';
$strAfterInsertNext = 'Modifier l\'enregistrement suivant';
$strAfterInsertSame = 'Demeurer sur cette page';
$strAllowInterrupt = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'<27>tre atteinte. Ceci pourrait aider <20> importer des fichiers volumineux, au d<>triment du respect des transactions.';
$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
@@ -104,6 +105,7 @@ $strBzError = 'phpMyAdmin n\'a pu compresser le fichier export
$strBzip = '"bzipp<70>"';
$strCalendar = 'Calendrier';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez v<>rifier votre installation!';
$strCannotLogin = 'Connexion au serveur MySQL non permise';
$strCantLoad = 'PHP ne peut charger l\'extension %s,<br />veuillez v<>rifier votre configuration de PHP';
$strCantLoadRecodeIconv = 'Erreur lors du chargement de l\'extension iconv ou recode, utilis<69>e pour convertir le jeu de caract<63>res; veuillez activer l\'une de ces extensions dans PHP, ou d<>sactiver la conversion des jeux de caract<63>res dans phpMyAdmin';
@@ -143,6 +145,7 @@ $strCommentsForTable = 'COMMENTAIRES POUR LA TABLE';
$strCompatibleHashing = 'compatible MySQL&nbsp;4.0';
$strCompleteInserts = 'Insertions compl<70>tes';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Ces modes de compression seront d<>tect<63>s automatiquement : %s';
$strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<br />Il est possible qu\'il contienne une erreur de syntaxe, ou que PHP soit incapable de le trouver<br /><3E> l\'aide du lien suivant, vous pouvez v<>rifier le message d\'erreur g<>n<EFBFBD>r<EFBFBD> par PHP;<br />la plupart du temps, un apostrophe ou un point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur n\'a <20>t<EFBFBD> d<>tect<63>e.';
$strConfigureTableCoord = 'Les coordonn<6E>es de la table %s n\'ont pas <20>t<EFBFBD> configur<75>es';
$strConnectionError = 'Connexion impossible: r<>glages incorrects.';
@@ -167,6 +170,8 @@ $strCreatePdfFeat = 'G
$strCreationDates = 'Dates de cr<63>ation/modification/v<>rification';
$strCriteria = 'Crit<69>re';
$strCroatian = 'croate';
$strCSV = 'CSV';
$strCSVImportOptions = 'Options CSV';
$strCSVOptions = 'Options CSV';
$strCyrillic = 'cyrillique';
$strCzechSlovak = 'tch<63>que-slovaque';
@@ -243,6 +248,7 @@ $strEmptyResultSet = 'MySQL n\'a retourn
$strEmpty = 'Vider';
$strEnabled = 'activ<69>';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEnclosingOptional = 'Il est optionnel d\'entourer les champs';
$strEndCut = 'Fin de la section <20> couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
@@ -253,6 +259,7 @@ $strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privil<69>ges sont exprim<69>s en anglais';
$strError = 'Erreur';
$strErrorInZipFile = 'Erreur rencontr<74>e dans l\'archive ZIP :';
$strEscapeWildcards = 'Pr<50>fixer avec \ les passepartouts _ et % pour un usage litt<74>ral';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
@@ -276,6 +283,7 @@ $strFileCouldNotBeRead = 'Le fichier n\'a pu
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajout<75> automatiquement. Tout autre texte sera pr<70>serv<72>.';
$strFileNameTemplate = 'Mod<6F>le de nom de fichier';
$strFileNameTemplateRemember = 'se souvenir du mod<6F>le';
$strFileToImport = 'Fichier <20> importer';
$strFixed = 'fixe';
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privil<69>ges directement <20> partir des tables MySQL. Le contenu de ces tables peut <20>tre diff<66>rent des privil<69>ges effectifs, si des changements manuels ont <20>t<EFBFBD> apport<72>s. Dans ce cas, vous devriez %srecharger les privil<69>ges%s avant de continuer.';
$strFlushTable = 'Recharger la table ("FLUSH")';
@@ -319,12 +327,16 @@ $strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIfYouWish = 'Si vous d<>sirez ne charger que certaines colonnes, indiquez leurs noms, s<>par<61>s par des virgules.';
$strIgnoreDuplicates = 'Ignorer les lignes en double';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignor<6F>';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFinished = 'Importation termin<69>e';
$strImportFinished = 'Importation termin<69>e avec succ<63>s.';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a <20>t<EFBFBD> effac<61>';
$strIndex = 'Index';
@@ -355,7 +367,10 @@ $strInstructions = 'Instructions';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas n<>cessaire de la d<>finir dans les relations internes.';
$strInternalRelations = 'Relations internes';
$strInUse = 'utilis<69>';
$strInvalidAuthMethod = 'Le fichier de configuration contient un type d\'authentification invalide :';
$strInvalidColumnCount = 'Le nombre de champs doit <20>tre plus grand que z<>ro.';
$strInvalidColumn = 'La colonne %s est invalide!';
$strInvalidCSVInput = 'Impossible d\'analyser ces donn<6E>es CSV!';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidRowNumber = '%d n\'est pas un num<75>ro d\'enregistrement valable.';
@@ -455,6 +470,7 @@ $strNoDescription = 'pas de description';
$strNoDetailsForEngine = 'Aucune information d<>taill<6C>e sur l\'<27>tat n\'est disponible pour ce moteur de stockage.';
$strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.';
$strNoExplain = 'Ne pas expliquer SQL';
$strNoFilesFoundInZip = 'Aucun fichier pr<70>sent dans l\'archive ZIP!';
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus ais<69>e avec un navigateur <b>supportant les "frames"</b>.';
$strNoIndex = 'Aucune clef n\'est d<>finie&nbsp;!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a <20>t<EFBFBD> d<>finie pour cette clef&nbsp;!';
@@ -472,6 +488,7 @@ $strNoRowsSelected = 'Aucun enregistrement n\'a
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
$strNoTablesFound = 'Aucune table n\'a <20>t<EFBFBD> trouv<75>e dans cette base.';
$strNoThemeSupport = 'Les th<74>mes ne sont pas support<72>s, veuillez v<>rifier votre configuration et/ou vos th<74>mes dans le r<>pertoire %s.';
$strNothingToImport = 'Il n\'y a rien <20> importer!';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotSet = 'La table <b>%s</b> est absente ou non d<>finie dans %s';
@@ -497,6 +514,7 @@ $strOverwriteExisting = '
$strPageNumber = 'Page n<>:';
$strPagesToBeFlushed = 'Pages devant <20>tre vid<69>es';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes r<>duits';
$strPasswordChanged = 'Le mot de passe de %s a <20>t<EFBFBD> chang<6E>.';
$strPasswordEmpty = 'Le mot de passe est vide';
@@ -621,6 +639,7 @@ $strRowsStatistic = 'Statistiques';
$strRunning = 'sur le serveur %s';
$strRunQuery = 'Ex<45>cuter la requ<71>te';
$strRunSQLQuery = 'Ex<45>cuter une ou des <b>requ<71>tes</b> sur la base %s';
$strRunSQLQueryOnServer = 'Ex<45>cuter une ou des requ<71>tes SQL sur le serveur %s';
$strRussian = 'russe';
$strSaveOnServer = 'Sauvegarder sur le serveur dans le r<>pertoire %s';
@@ -671,6 +690,7 @@ $strShowThisQuery = 'R
$strSimplifiedChinese = 'chinois simplifi<66>';
$strSingly = '(<28> refaire apr<70>s insertions/destructions)';
$strSize = 'Taille';
$strSkipQueries = 'Nombre d\'enregistrements (requ<71>tes) <20> ignorer <20> partir du d<>but';
$strSlovak = 'slovaque';
$strSlovenian = 'slov<6F>ne';
$strSocketProblem = '(ou l\interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configur<75>e)';
@@ -736,6 +756,9 @@ $strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un r<>pertoire';
$strThreadSuccessfullyKilled = 'Le processus %s a <20>t<EFBFBD> <20>limin<69>.';
$strTime = 'Dur<75>e';
$strTimeoutInfo = 'L\'importation pr<70>c<EFBFBD>dente a <20>chou<6F> en raison du temps; retransmettez et le traitement reprendra <20> la position %d.';
$strTimeoutNothingParsed = 'Cependant lors du dernier traitement, aucune section n\a <20>t<EFBFBD> analys<79>e; ceci signifie que phpMyAdmin ne pourra terminer cette importation, <20> moins que la limite de temps de PHP ne soit augment<6E>e';
$strTimeoutPassed = 'La limite de temps a <20>t<EFBFBD> atteinte; si vous voulez terminer l\'importation, soumettez <20> nouveau le m<>me fichier et l\'importation continuera.';
$strToggleScratchboard = '<27>diteur visuel';
$strTotal = 'total';
$strTotalUC = 'Total';
@@ -763,6 +786,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'inconnu';
$strUnselectAll = 'Tout d<>s<EFBFBD>lectionner';
$strUnsupportedCompressionDetected = 'Vous avez tent<6E> d\'importer un fichier dont le mode de compression (%s) n\'est pas support<72> par votre configuration PHP ou est d<>sactiv<69> dans celle-ci.';
$strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour %s.';
$strUpdateProfileMessage = 'Le profil a <20>t<EFBFBD> modifi<66>.';
$strUpdateQuery = 'Mise-<2D>-jour de la requ<71>te';
@@ -814,4 +838,131 @@ $strYes = 'Oui';
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
$strZip = '"zipp<70>"';
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -48,6 +48,7 @@ $strAfterInsertBack = 'Retourner
$strAfterInsertNewInsert = 'Ins<6E>rer un nouvel enregistrement';
$strAfterInsertNext = 'Modifier l\'enregistrement suivant';
$strAfterInsertSame = 'Demeurer sur cette page';
$strAllowInterrupt = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'<27>tre atteinte. Ceci pourrait aider <20> importer des fichiers volumineux, au d<>triment du respect des transactions.';
$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
@@ -104,6 +105,7 @@ $strBzError = 'phpMyAdmin n\'a pu compresser le fichier export
$strBzip = '"bzipp<70>"';
$strCalendar = 'Calendrier';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez v<>rifier votre installation!';
$strCannotLogin = 'Connexion au serveur MySQL non permise';
$strCantLoad = 'PHP ne peut charger l\'extension %s,<br />veuillez v<>rifier votre configuration de PHP';
$strCantLoadRecodeIconv = 'Erreur lors du chargement de l\'extension iconv ou recode, utilis<69>e pour convertir le jeu de caract<63>res; veuillez activer l\'une de ces extensions dans PHP, ou d<>sactiver la conversion des jeux de caract<63>res dans phpMyAdmin';
@@ -143,6 +145,7 @@ $strCommentsForTable = 'COMMENTAIRES POUR LA TABLE';
$strCompatibleHashing = 'compatible MySQL&nbsp;4.0';
$strCompleteInserts = 'Insertions compl<70>tes';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Ces modes de compression seront d<>tect<63>s automatiquement : %s';
$strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<br />Il est possible qu\'il contienne une erreur de syntaxe, ou que PHP soit incapable de le trouver<br /><3E> l\'aide du lien suivant, vous pouvez v<>rifier le message d\'erreur g<>n<EFBFBD>r<EFBFBD> par PHP;<br />la plupart du temps, un apostrophe ou un point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur n\'a <20>t<EFBFBD> d<>tect<63>e.';
$strConfigureTableCoord = 'Les coordonn<6E>es de la table %s n\'ont pas <20>t<EFBFBD> configur<75>es';
$strConnectionError = 'Connexion impossible: r<>glages incorrects.';
@@ -167,6 +170,8 @@ $strCreatePdfFeat = 'G
$strCreationDates = 'Dates de cr<63>ation/modification/v<>rification';
$strCriteria = 'Crit<69>re';
$strCroatian = 'croate';
$strCSV = 'CSV';
$strCSVImportOptions = 'Options CSV';
$strCSVOptions = 'Options CSV';
$strCyrillic = 'cyrillique';
$strCzechSlovak = 'tch<63>que-slovaque';
@@ -243,6 +248,7 @@ $strEmptyResultSet = 'MySQL n\'a retourn
$strEmpty = 'Vider';
$strEnabled = 'activ<69>';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEnclosingOptional = 'Il est optionnel d\'entourer les champs';
$strEndCut = 'Fin de la section <20> couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
@@ -253,6 +259,7 @@ $strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privil<69>ges sont exprim<69>s en anglais';
$strError = 'Erreur';
$strErrorInZipFile = 'Erreur rencontr<74>e dans l\'archive ZIP :';
$strEscapeWildcards = 'Pr<50>fixer avec \ les passepartouts _ et % pour un usage litt<74>ral';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
@@ -276,6 +283,7 @@ $strFileCouldNotBeRead = 'Le fichier n\'a pu
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajout<75> automatiquement. Tout autre texte sera pr<70>serv<72>.';
$strFileNameTemplate = 'Mod<6F>le de nom de fichier';
$strFileNameTemplateRemember = 'se souvenir du mod<6F>le';
$strFileToImport = 'Fichier <20> importer';
$strFixed = 'fixe';
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privil<69>ges directement <20> partir des tables MySQL. Le contenu de ces tables peut <20>tre diff<66>rent des privil<69>ges effectifs, si des changements manuels ont <20>t<EFBFBD> apport<72>s. Dans ce cas, vous devriez %srecharger les privil<69>ges%s avant de continuer.';
$strFlushTable = 'Recharger la table ("FLUSH")';
@@ -319,12 +327,16 @@ $strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIfYouWish = 'Si vous d<>sirez ne charger que certaines colonnes, indiquez leurs noms, s<>par<61>s par des virgules.';
$strIgnoreDuplicates = 'Ignorer les lignes en double';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignor<6F>';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFinished = 'Importation termin<69>e';
$strImportFinished = 'Importation termin<69>e avec succ<63>s.';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a <20>t<EFBFBD> effac<61>';
$strIndex = 'Index';
@@ -355,7 +367,10 @@ $strInstructions = 'Instructions';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas n<>cessaire de la d<>finir dans les relations internes.';
$strInternalRelations = 'Relations internes';
$strInUse = 'utilis<69>';
$strInvalidAuthMethod = 'Le fichier de configuration contient un type d\'authentification invalide :';
$strInvalidColumnCount = 'Le nombre de champs doit <20>tre plus grand que z<>ro.';
$strInvalidColumn = 'La colonne %s est invalide!';
$strInvalidCSVInput = 'Impossible d\'analyser ces donn<6E>es CSV!';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidRowNumber = '%d n\'est pas un num<75>ro d\'enregistrement valable.';
@@ -455,6 +470,7 @@ $strNoDescription = 'pas de description';
$strNoDetailsForEngine = 'Aucune information d<>taill<6C>e sur l\'<27>tat n\'est disponible pour ce moteur de stockage.';
$strNoDropDatabases = 'La commande "DROP DATABASE" est d<>sactiv<69>e.';
$strNoExplain = 'Ne pas expliquer SQL';
$strNoFilesFoundInZip = 'Aucun fichier pr<70>sent dans l\'archive ZIP!';
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus ais<69>e avec un navigateur <b>supportant les "frames"</b>.';
$strNoIndex = 'Aucune clef n\'est d<>finie&nbsp;!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a <20>t<EFBFBD> d<>finie pour cette clef&nbsp;!';
@@ -472,6 +488,7 @@ $strNoRowsSelected = 'Aucun enregistrement n\'a
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
$strNoTablesFound = 'Aucune table n\'a <20>t<EFBFBD> trouv<75>e dans cette base.';
$strNoThemeSupport = 'Les th<74>mes ne sont pas support<72>s, veuillez v<>rifier votre configuration et/ou vos th<74>mes dans le r<>pertoire %s.';
$strNothingToImport = 'Il n\'y a rien <20> importer!';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotSet = 'La table <b>%s</b> est absente ou non d<>finie dans %s';
@@ -497,6 +514,7 @@ $strOverwriteExisting = '
$strPageNumber = 'Page n<>:';
$strPagesToBeFlushed = 'Pages devant <20>tre vid<69>es';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes r<>duits';
$strPasswordChanged = 'Le mot de passe de %s a <20>t<EFBFBD> chang<6E>.';
$strPasswordEmpty = 'Le mot de passe est vide';
@@ -621,6 +639,7 @@ $strRowsStatistic = 'Statistiques';
$strRunning = 'sur le serveur %s';
$strRunQuery = 'Ex<45>cuter la requ<71>te';
$strRunSQLQuery = 'Ex<45>cuter une ou des <b>requ<71>tes</b> sur la base %s';
$strRunSQLQueryOnServer = 'Ex<45>cuter une ou des requ<71>tes SQL sur le serveur %s';
$strRussian = 'russe';
$strSaveOnServer = 'Sauvegarder sur le serveur dans le r<>pertoire %s';
@@ -671,6 +690,7 @@ $strShowThisQuery = 'R
$strSimplifiedChinese = 'chinois simplifi<66>';
$strSingly = '(<28> refaire apr<70>s insertions/destructions)';
$strSize = 'Taille';
$strSkipQueries = 'Nombre d\'enregistrements (requ<71>tes) <20> ignorer <20> partir du d<>but';
$strSlovak = 'slovaque';
$strSlovenian = 'slov<6F>ne';
$strSocketProblem = '(ou l\interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configur<75>e)';
@@ -736,6 +756,9 @@ $strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un r<>pertoire';
$strThreadSuccessfullyKilled = 'Le processus %s a <20>t<EFBFBD> <20>limin<69>.';
$strTime = 'Dur<75>e';
$strTimeoutInfo = 'L\'importation pr<70>c<EFBFBD>dente a <20>chou<6F> en raison du temps; retransmettez et le traitement reprendra <20> la position %d.';
$strTimeoutNothingParsed = 'Cependant lors du dernier traitement, aucune section n\a <20>t<EFBFBD> analys<79>e; ceci signifie que phpMyAdmin ne pourra terminer cette importation, <20> moins que la limite de temps de PHP ne soit augment<6E>e';
$strTimeoutPassed = 'La limite de temps a <20>t<EFBFBD> atteinte; si vous voulez terminer l\'importation, soumettez <20> nouveau le m<>me fichier et l\'importation continuera.';
$strToggleScratchboard = '<27>diteur visuel';
$strTotal = 'total';
$strTotalUC = 'Total';
@@ -763,6 +786,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'inconnu';
$strUnselectAll = 'Tout d<>s<EFBFBD>lectionner';
$strUnsupportedCompressionDetected = 'Vous avez tent<6E> d\'importer un fichier dont le mode de compression (%s) n\'est pas support<72> par votre configuration PHP ou est d<>sactiv<69> dans celle-ci.';
$strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour %s.';
$strUpdateProfileMessage = 'Le profil a <20>t<EFBFBD> modifi<66>.';
$strUpdateQuery = 'Mise-<2D>-jour de la requ<71>te';
@@ -814,4 +838,131 @@ $strYes = 'Oui';
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl<6E>ve la limite.';
$strZip = '"zipp<70>"';
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -49,6 +49,7 @@ $strAfterInsertBack = 'Retourner à la page précédente';
$strAfterInsertNewInsert = 'Insérer un nouvel enregistrement';
$strAfterInsertNext = 'Modifier l\'enregistrement suivant';
$strAfterInsertSame = 'Demeurer sur cette page';
$strAllowInterrupt = 'Permettre l\'interruption de l\'importation si la limite de temps est sur le point d\'être atteinte. Ceci pourrait aider à importer des fichiers volumineux, au détriment du respect des transactions.';
$strAllTableSameWidth = 'Afficher toutes les tables avec une largeur identique';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
@@ -105,6 +106,7 @@ $strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'un
$strBzip = '"bzippé"';
$strCalendar = 'Calendrier';
$strCanNotLoadImportPlugins = 'Chargement impossible des greffons d\'importation, veuillez vérifier votre installation!';
$strCannotLogin = 'Connexion au serveur MySQL non permise';
$strCantLoad = 'PHP ne peut charger l\'extension %s,<br />veuillez vérifier votre configuration de PHP';
$strCantLoadRecodeIconv = 'Erreur lors du chargement de l\'extension iconv ou recode, utilisée pour convertir le jeu de caractères; veuillez activer l\'une de ces extensions dans PHP, ou désactiver la conversion des jeux de caractères dans phpMyAdmin';
@@ -144,6 +146,7 @@ $strCommentsForTable = 'COMMENTAIRES POUR LA TABLE';
$strCompatibleHashing = 'compatible MySQL&nbsp;4.0';
$strCompleteInserts = 'Insertions complètes';
$strCompression = 'Compression';
$strCompressionWillBeDetected = 'Ces modes de compression seront détectés automatiquement : %s';
$strConfigFileError = 'phpMyAdmin n\'a pu lire votre fichier de configuration!<br />Il est possible qu\'il contienne une erreur de syntaxe, ou que PHP soit incapable de le trouver<br />À l\'aide du lien suivant, vous pouvez vérifier le message d\'erreur généré par PHP;<br />la plupart du temps, un apostrophe ou un point-virgule sont manquants.<br />Si vous recevez une page blanche, aucune erreur n\'a été détectée.';
$strConfigureTableCoord = 'Les coordonnées de la table %s n\'ont pas été configurées';
$strConnectionError = 'Connexion impossible: réglages incorrects.';
@@ -168,6 +171,8 @@ $strCreatePdfFeat = 'Génération de schémas en PDF';
$strCreationDates = 'Dates de création/modification/vérification';
$strCriteria = 'Critère';
$strCroatian = 'croate';
$strCSV = 'CSV';
$strCSVImportOptions = 'Options CSV';
$strCSVOptions = 'Options CSV';
$strCyrillic = 'cyrillique';
$strCzechSlovak = 'tchèque-slovaque';
@@ -244,6 +249,7 @@ $strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEnclosingOptional = 'Il est optionnel d\'entourer les champs';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
@@ -254,6 +260,7 @@ $strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage
$strEnglish = 'anglais';
$strEnglishPrivileges = ' Veuillez noter que les noms de privilèges sont exprimés en anglais';
$strError = 'Erreur';
$strErrorInZipFile = 'Erreur rencontrée dans l\'archive ZIP :';
$strEscapeWildcards = 'Préfixer avec \ les passepartouts _ et % pour un usage littéral';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
@@ -277,6 +284,7 @@ $strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateHelp = 'Utilisez __DB__ comme nom de base, __TABLE__ comme nom de table et %stoute option valide de strftime%s comme indicateur de date/heure, le suffixe sera ajouté automatiquement. Tout autre texte sera préservé.';
$strFileNameTemplate = 'Modèle de nom de fichier';
$strFileNameTemplateRemember = 'se souvenir du modèle';
$strFileToImport = 'Fichier à importer';
$strFixed = 'fixe';
$strFlushPrivilegesNote = 'Note: phpMyAdmin obtient la liste des privilèges directement à partir des tables MySQL. Le contenu de ces tables peut être différent des privilèges effectifs, si des changements manuels ont été apportés. Dans ce cas, vous devriez %srecharger les privilèges%s avant de continuer.';
$strFlushTable = 'Recharger la table ("FLUSH")';
@@ -320,12 +328,16 @@ $strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIfYouWish = 'Si vous désirez ne charger que certaines colonnes, indiquez leurs noms, séparés par des virgules.';
$strIgnoreDuplicates = 'Ignorer les lignes en double';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFinished = 'Importation terminée';
$strImportFinished = 'Importation terminée avec succès.';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
@@ -356,7 +368,10 @@ $strInstructions = 'Instructions';
$strInternalNotNecessary = '* Si une relation existe dans InnoDB, il n\'est pas nécessaire de la définir dans les relations internes.';
$strInternalRelations = 'Relations internes';
$strInUse = 'utilisé';
$strInvalidAuthMethod = 'Le fichier de configuration contient un type d\'authentification invalide :';
$strInvalidColumnCount = 'Le nombre de champs doit être plus grand que zéro.';
$strInvalidColumn = 'La colonne %s est invalide!';
$strInvalidCSVInput = 'Impossible d\'analyser ces données CSV!';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
@@ -456,6 +471,7 @@ $strNoDescription = 'pas de description';
$strNoDetailsForEngine = 'Aucune information détaillée sur l\'état n\'est disponible pour ce moteur de stockage.';
$strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.';
$strNoExplain = 'Ne pas expliquer SQL';
$strNoFilesFoundInZip = 'Aucun fichier présent dans l\'archive ZIP!';
$strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur <b>supportant les "frames"</b>.';
$strNoIndex = 'Aucune clef n\'est définie&nbsp;!';
$strNoIndexPartsDefined = 'Aucune colonne n\'a été définie pour cette clef&nbsp;!';
@@ -473,6 +489,7 @@ $strNoRowsSelected = 'Aucun enregistrement n\'a été sélectionné';
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
$strNoTablesFound = 'Aucune table n\'a été trouvée dans cette base.';
$strNoThemeSupport = 'Les thèmes ne sont pas supportés, veuillez vérifier votre configuration et/ou vos thèmes dans le répertoire %s.';
$strNothingToImport = 'Il n\'y a rien à importer!';
$strNotNumber = 'Ce n\'est pas un nombre !';
$strNotOK = 'en erreur';
$strNotSet = 'La table <b>%s</b> est absente ou non définie dans %s';
@@ -498,6 +515,7 @@ $strOverwriteExisting = 'Écraser les fichiers existants';
$strPageNumber = 'Page n°:';
$strPagesToBeFlushed = 'Pages devant être vidées';
$strPaperSize = 'Taille du papier';
$strPartialImport = 'Importation partielle';
$strPartialText = 'Textes réduits';
$strPasswordChanged = 'Le mot de passe de %s a été changé.';
$strPasswordEmpty = 'Le mot de passe est vide';
@@ -622,6 +640,7 @@ $strRowsStatistic = 'Statistiques';
$strRunning = 'sur le serveur %s';
$strRunQuery = 'Exécuter la requête';
$strRunSQLQuery = 'Exécuter une ou des <b>requêtes</b> sur la base %s';
$strRunSQLQueryOnServer = 'Exécuter une ou des requêtes SQL sur le serveur %s';
$strRussian = 'russe';
$strSaveOnServer = 'Sauvegarder sur le serveur dans le répertoire %s';
@@ -672,6 +691,7 @@ $strShowThisQuery = 'Réafficher la requête après exécution';
$strSimplifiedChinese = 'chinois simplifié';
$strSingly = '(à refaire après insertions/destructions)';
$strSize = 'Taille';
$strSkipQueries = 'Nombre d\'enregistrements (requêtes) à ignorer à partir du début';
$strSlovak = 'slovaque';
$strSlovenian = 'slovène';
$strSocketProblem = '(ou l\interface de connexion ("socket") vers le serveur MySQL local n\'est pas correctement configurée)';
@@ -737,6 +757,9 @@ $strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreadSuccessfullyKilled = 'Le processus %s a été éliminé.';
$strTime = 'Durée';
$strTimeoutInfo = 'L\'importation précédente a échoué en raison du temps; retransmettez et le traitement reprendra à la position %d.';
$strTimeoutNothingParsed = 'Cependant lors du dernier traitement, aucune section n\a été analysée; ceci signifie que phpMyAdmin ne pourra terminer cette importation, à moins que la limite de temps de PHP ne soit augmentée';
$strTimeoutPassed = 'La limite de temps a été atteinte; si vous voulez terminer l\'importation, soumettez à nouveau le même fichier et l\'importation continuera.';
$strToggleScratchboard = 'Éditeur visuel';
$strTotal = 'total';
$strTotalUC = 'Total';
@@ -764,6 +787,7 @@ $strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'inconnu';
$strUnselectAll = 'Tout désélectionner';
$strUnsupportedCompressionDetected = 'Vous avez tenté d\'importer un fichier dont le mode de compression (%s) n\'est pas supporté par votre configuration PHP ou est désactivé dans celle-ci.';
$strUpdatePrivMessage = 'Vous avez modifié les privilèges pour %s.';
$strUpdateProfileMessage = 'Le profil a été modifié.';
$strUpdateQuery = 'Mise-à-jour de la requête';
@@ -815,4 +839,131 @@ $strYes = 'Oui';
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -820,4 +820,155 @@ $strZip = 'comprimido no formato "zip"';
// To translate:
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -821,4 +821,155 @@ $strZip = 'comprimido no formato "zip"';
// To translate:
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -841,4 +841,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -824,4 +824,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -824,4 +824,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -825,4 +825,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -821,4 +821,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -822,4 +822,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -837,4 +837,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -838,4 +838,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -845,4 +845,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -834,4 +834,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -835,4 +835,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -813,4 +813,155 @@ $strYes = 'Ya';
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
$strZip = 'Dikompress dengan Zip';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -814,4 +814,155 @@ $strYes = 'Ya';
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
$strZip = 'Dikompress dengan Zip';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -820,4 +820,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -820,4 +820,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -821,4 +821,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -831,4 +831,155 @@ $strMIME_nodescription = '
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -832,4 +832,155 @@ $strInvalidRowNumber = '%d
$strInvalidColumnCount = '<27>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 0 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E582AB><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>΂<EFBFBD><CE82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strInvalidFieldAddCount = '<27><><EFBFBD>Ȃ<EFBFBD><C882>Ƃ<EFBFBD><C682>ЂƂ‚̃t<CC83>B<EFBFBD>[<5B><><EFBFBD>h<EFBFBD><68><EFBFBD>lj<EFBFBD><C789><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>΂Ȃ<CE82><C882>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -832,4 +832,155 @@ $strMIME_nodescription = 'この変換には有効な説明がありません。
$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -835,4 +835,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -836,4 +836,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -822,4 +822,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -821,4 +821,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -825,4 +825,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -824,4 +824,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -836,4 +836,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -837,4 +837,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -23,17 +23,18 @@ $month = array('1-р', '2-р', '3-р', '4-р', '5-р', '6-р', '7-р', '8-р', '
$datefmt = '%Y оны %B сарын %d., %H:%M';
$timespanfmt = '%s өдөр, %s цаг, %s минут, %s секунд';
$strAPrimaryKey = '%s-д үндсэн түлхүүр нэмэгдлээ';
$strAbortedClients = 'Таслагдсан';
$strAbsolutePathToDocSqlDir = 'Сервэр дэх docSQL-ын абсолют замыг оруулна уу';
$strAccessDenied = 'Хандах эрхгүй';
$strAccessDeniedExplanation = 'phpMyAdmin нь MySQL сервэр лүү холбогдох гэсэн ч, сервэр хүлээн авсангүй. config.inc.php дэх сервэр, хэрэглэгчийн нэр болон нууц үгээ шалга.';
$strAccessDenied = 'Хандах эрхгүй';
$strAction = 'Үйлдэл';
$strAddAutoIncrement = 'AUTO_INCREMENT утга нэмэх';
$strAddConstraints = 'Тогтмол нэмэх';
$strAddDeleteColumn = 'Багана нэмэх/устгах';
$strAddDeleteRow = 'Мөр Нэмэх/устгах';
$strAddDropDatabase = 'DROP DATABASE нэмэх';
$strAddedColumnComment = 'Баганад тайлбар нэмэгдлээ';
$strAddedColumnRelation = 'Баганад хамаарал нэмэгдлээ';
$strAddFields = '%s талбар(ууд) нэмэх';
$strAddHeaderComment = 'header-т тусгай тайлбар нэмэх (\\n –мөр шилжүүлнэ)';
$strAddIfNotExists = 'IF NOT EXISTS нэмэх';
@@ -43,27 +44,27 @@ $strAddPrivilegesOnDb = 'Дараах өгөгдлийн санд онцгой
$strAddPrivilegesOnTbl = 'Дараах хүснэгтэд онцгой эрх нэмэх';
$strAddSearchConditions = 'Хайлтын нөхцөл нэмэх("where" хэсгийн бие):';
$strAddToIndex = 'Индекст нэмэх&nbsp;%s&nbsp;багана(ууд)';
$strAddUser = 'Шинэ хэрэглэгч нэмэх';
$strAddUserMessage = 'Шинэ хэрэглэгч нэмэгдлээ.';
$strAddedColumnComment = 'Баганад тайлбар нэмэгдлээ';
$strAddedColumnRelation = 'Баганад хамаарал нэмэгдлээ';
$strAddUser = 'Шинэ хэрэглэгч нэмэх';
$strAdministration = 'Зохион байгуулалт';
$strAffectedRows = 'Хийгдсэн мөрүүд:';
$strAfter = '%s-ы дараа';
$strAfterInsertBack = 'Буцах';
$strAfterInsertNewInsert = 'Өөр шинэ мөр оруулах';
$strAfterInsertNext = 'Дараагийн мөрийг засах';
$strAfterInsertSame = 'Энэ хуудас руу буцах';
$strAfter = '%s-ы дараа';
$strAll = 'Бүх';
$strAllTableSameWidth = 'бүх хүснэгтийг ижил өргөнөөр харуулах уу?';
$strAlterOrderBy = 'Хүснэгтийг эрэмбэлэлтээр өөрчлөх';
$strAnIndex = '%s-д индекс нэмэгдсэн байна';
$strAnalyzeTable = 'Хүснэгтийг задлах';
$strAnd = 'БА';
$strAny = 'Дурын';
$strAndThen = 'ба тэгээд';
$strAnIndex = '%s-д индекс нэмэгдсэн байна';
$strAnyHost = 'Дурын хост';
$strAny = 'Дурын';
$strAnyUser = 'Дурын хэрэглэгч';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = '%s-д үндсэн түлхүүр нэмэгдлээ';
$strArabic = 'Араб';
$strArmenian = 'Армян';
$strAscending = 'Өсөхөөр';
@@ -77,15 +78,15 @@ $strBack = 'Өмнөх';
$strBaltic = 'Балти';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinaryDoNotEdit = ' Хоёртын өгөгдөл - засагдахгүй ';
$strBinaryLog = 'Хоёртын log';
$strBinary = ' Хоёртын ';
$strBinLogEventType = 'Хэрэг явдлын төрөл';
$strBinLogInfo = 'Мэдээлэл';
$strBinLogName = 'Log нэр';
$strBinLogOriginalPosition = 'Жинхэнэ байрлал';
$strBinLogPosition = 'Байрлал';
$strBinLogServerId = 'Server ID';
$strBinary = ' Хоёртын ';
$strBinaryDoNotEdit = ' Хоёртын өгөгдөл - засагдахгүй ';
$strBinaryLog = 'Хоёртын log';
$strBookmarkAllUsers = 'Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх';
$strBookmarkDeleted = 'Тэмдэглэгээ устгагдсан.';
$strBookmarkLabel = 'Хаяг';
@@ -93,25 +94,24 @@ $strBookmarkOptions = 'Тэмдэглэгээний сонголт';
$strBookmarkQuery = 'Тэмдэглэгдсэн SQL-асуулт';
$strBookmarkThis = 'Энэ SQL-асуулт-ыг тэмдэглэх';
$strBookmarkView = 'Зөвхөн харах';
$strBrowse = 'Хөтлөх';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPool = 'Буффер Pool';
$strBrowse = 'Хөтлөх';
$strBufferPoolActivity = 'Буффер Pool Идэвхжил';
$strBufferPool = 'Буффер Pool';
$strBufferPoolUsage = 'Буффер Pool Хэрэглээ';
$strBufferReadMisses = 'Уншилт алдагдсан';
$strBufferReadMissesInPercent = 'Уншилт алдсан нь %';
$strBufferWriteWaits = 'Бичихээр хүлээх';
$strBufferReadMisses = 'Уншилт алдагдсан';
$strBufferWriteWaitsInPercent = 'Бичихээр хүлээгдэх нь %';
$strBufferWriteWaits = 'Бичихээр хүлээх';
$strBulgarian = 'Болгар';
$strBusyPages = 'Завгүй хуудсууд';
$strBzError = 'phpMyAdmin нь шахаж чадсангүй, учир нь уг PHP хувилбарын Bz2 extension гэмтсэн байна. phpMyAdmin-ы тохиргооны файл дахь <code>$cfg[\'BZipDump\']</code> -ыг <code>FALSE</code> болго. Хэрэв та үүнийг ашигламаар байвал PHP-ийн сүүлийн хувилбарыг татаж үзээрэй. PHP bug report %s-аас дэлгэрэнгүй хар.';
$strBzip = 'bzip-ээр шахагдсан';
$strCSVOptions = 'CSV сонголт';
$strCalendar = 'Цагалбар';
$strCannotLogin = 'MySQL руу нэвтэрч чадсангүй';
$strCantLoad = '%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз';
$strCantLoadRecodeIconv = 'Тэмдэгт хөрвүүлэлтийн iconv, recode өргөтгөлийг дуудаж чадсангүй. Php тохиргоо дахь эдгээр өргөтгөлийг нээ эсвэл phpMyAdmin-ы тэмдэгт хөрвүүлэлтийг хаа.';
$strCantLoad = '%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз';
$strCantRenameIdxToPrimary = 'Индексийг PRIMARY болгож чадсангүй!';
$strCantUseRecodeIconv = 'iconv, libiconv, recode_string өргөтгөлүүдийн алийг ч хэрэглэж чадсангүй (extension reports-д дуудагдах). Php тохиргоогоо шалга.';
$strCardinality = 'Ерөнхий';
@@ -119,23 +119,23 @@ $strCarriage = 'Буцаалт: \\r';
$strCaseInsensitive = 'Том жижиг хамаагүй';
$strCaseSensitive = 'Том жижиг хамаатай ';
$strCentralEuropean = 'Төв-Европ';
$strChange = 'Солих';
$strChangeCopyMode = 'Адил онцгой эрхтэй хэрэглэгч үүсгэх ба ...';
$strChangeCopyModeCopy = '... хуучныг үлдээх.';
$strChangeCopyModeDeleteAndReload = ' ... хэрэглэгчийн хүснэгтүүдээс нэгийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strChangeCopyModeJustDelete = ' ... хэрэглэгчийн хүснэгтүүдээс устгах.';
$strChangeCopyModeRevoke = ' ... хуучнаас бүх онцгой эрхийг хүчингүй болгоод дараа нь устга.';
$strChangeCopyMode = 'Адил онцгой эрхтэй хэрэглэгч үүсгэх ба ...';
$strChangeCopyUser = 'Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах';
$strChangeDisplay = 'Харуулах талбарыг соль';
$strChangePassword = 'Нууц үг солих';
$strCharset = 'Кодлол';
$strChange = 'Солих';
$strCharsetOfFile = 'Файлын кодлол:';
$strCharsets = 'Кодлолууд';
$strCharsetsAndCollations = 'Кодлол ба жишилт';
$strCharsets = 'Кодлолууд';
$strCharset = 'Кодлол';
$strCheckAll = 'Бүгдийг чагтлах';
$strCheckOverhead = 'Дээдхийг шалгах';
$strCheckPrivs = 'Онцгой эрх шалгах';
$strCheckPrivsLong = '&quot;%s&quot; өгөгдлийн сангийн онцгой эрх шалгах.';
$strCheckPrivs = 'Онцгой эрх шалгах';
$strCheckTable = 'Хүснэгт шалгах';
$strChoosePage = 'Засах Хуудсаа сонго';
$strColComFeat = 'Баганын тайлбарыг харуулж байна';
@@ -155,31 +155,48 @@ $strConnections = 'Холболт';
$strConstraintsForDumped = 'Асгарсан хүснэгтийг хүчлэх';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Энэ газарт Cookies нээлттэй байх ёстой.';
$strCopy = 'Хуулах';
$strCopyDatabaseOK = 'ӨС %s нь %s руу хуулагдлаа';
$strCopyTable = 'Хүснэгт хуулах(өгөгдлийн сан<b>.</b>хүснэгт):';
$strCopy = 'Хуулах';
$strCopyTableOK = '%s хүснэгт %s руу хуулагдлаа.';
$strCopyTable = 'Хүснэгт хуулах(өгөгдлийн сан<b>.</b>хүснэгт):';
$strCopyTableSameNames = ' Адил нэртэй хүснэгт рүү хуулж чадсангүй!';
$strCouldNotKill = 'phpMyAdmin нь thread %s-ийг хааж чадсангүй. Энэ аль хэдийн хаагдсан байна.';
$strCreate = 'Үүсгэх';
$strCreateDatabaseBeforeCopying = 'хуулахын өмнө CREATE DATABASE';
$strCreateIndex = '&nbsp;%s&nbsp;багануудад индекс үүсгэх';
$strCreateIndexTopic = 'Шинэ индекс үүсгэх';
$strCreateNewDatabase = 'Шинэ ӨС үүсгэх';
$strCreateNewTable = '%s ӨС-д шинэ хүснэгт үүсгэх';
$strCreate = 'Үүсгэх';
$strCreatePage = 'Шинэ хуудас үүсгэх';
$strCreatePdfFeat = 'PDF-схемийн үүсгэлт';
$strCreationDates = 'Үүсгэлт/Шинэчлэлт/Огноо шалгах';
$strCriteria = 'Хэмжүүр';
$strCroatian = 'Хорват';
$strCSVOptions = 'CSV сонголт';
$strCyrillic = 'Кирилл';
$strCzech = 'Чех';
$strCzechSlovak = 'Чехословак';
$strDanish = 'Дани';
$strDatabaseEmpty = 'Өгөгдлийн сангийн нэр хоосон!';
$strDatabaseExportOptions = 'ӨС гаргах сонголтууд';
$strDatabaseHasBeenDropped = '%s өгөгдлийн сан устгагдсан.';
$strDatabaseNoTable = 'Энэ ӨС хүснэгт агуулаагүй!';
$strDatabase = 'ӨС';
$strDatabasesDropped = '%s ӨС амжилттай устгагдлаа.';
$strDatabases = 'Өгөгдлийн сангууд';
$strDatabasesStatsDisable = 'Хаалттай статистик';
$strDatabasesStatsEnable = 'Нээлттэй статистик';
$strDatabasesStatsHeavyTraffic = 'Тэмдэглэл: Вэб сервэр, MySQL-ийн хоорондох өгөгдөл дамжуулах статистик.';
$strDatabasesStats = 'Өгөгдлийн сангийн статистик';
$strDataDict = 'Өгөгдлийн толь';
$strDataOnly = 'Зөвхөн өгөгдөл';
$strData = 'Өгөгдөл';
$strDataPages = 'Хуудсуудын агуулсан өгөгдөл';
$strDBComment = 'ӨС-ийн тайлбар: ';
$strDBCopy = 'Өгөгдлийн сан хуулах нь';
$strDBGContext = 'Хам';
$strDBGContextID = 'Хам ID';
$strDBGContext = 'Хам';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'ХИ хугацаа, ms';
@@ -187,73 +204,57 @@ $strDBGMinTimeMs = 'ХБ хугацаа, ms';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Нийт хугацаа, ms';
$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDanish = 'Дани';
$strData = 'Өгөгдөл';
$strDataDict = 'Өгөгдлийн толь';
$strDataOnly = 'Зөвхөн өгөгдөл';
$strDataPages = 'Хуудсуудын агуулсан өгөгдөл';
$strDatabase = 'ӨС';
$strDatabaseEmpty = 'Өгөгдлийн сангийн нэр хоосон!';
$strDatabaseExportOptions = 'ӨС гаргах сонголтууд';
$strDatabaseHasBeenDropped = '%s өгөгдлийн сан устгагдсан.';
$strDatabaseNoTable = 'Энэ ӨС хүснэгт агуулаагүй!';
$strDatabases = 'Өгөгдлийн сангууд';
$strDatabasesDropped = '%s ӨС амжилттай устгагдлаа.';
$strDatabasesStats = 'Өгөгдлийн сангийн статистик';
$strDatabasesStatsDisable = 'Хаалттай статистик';
$strDatabasesStatsEnable = 'Нээлттэй статистик';
$strDatabasesStatsHeavyTraffic = 'Тэмдэглэл: Вэб сервэр, MySQL-ийн хоорондох өгөгдөл дамжуулах статистик.';
$strDbPrivileges = ' Онцгой эрх, өгөгдлийн сангийн эрх';
$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDbSpecific = 'Өгөгдлийн сангийн эрх';
$strDefault = 'Анхдагч';
$strDefaultEngine = '%s нь уг MySQL сервэрийн анхдагч агуулах хөдөлгүүр байна.';
$strDefault = 'Анхдагч';
$strDefaultValueHelp = 'Анхдагч утгаар энэ тогтнолыг ашиглан ташуу зураас, хашилтгүй ганц утга оруулна уу: a';
$strDefragment = 'Хүснэгт янзлах';
$strDelOld = 'Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах уу?';
$strDelayedInserts = 'Давталттай оруулалт хэрэглэх';
$strDelete = 'Устгах';
$strDeleteAndFlush = 'Хэрэглэгчдийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strDeleteAndFlushDescr = 'Энэ бол цэвэрхэн зам, гэхдээ онцгой эрхийг дахиж дуудна.';
$strDeleteAndFlush = 'Хэрэглэгчдийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strDeleted = 'Мөр устгагдсан';
$strDeletedRows = 'Устгагдсан мөрүүд:';
$strDelete = 'Устгах';
$strDeleting = '%s-г устгаж байна';
$strDelOld = 'Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах уу?';
$strDescending = 'Буурахаар';
$strDescription = 'Тайлбар';
$strDictionary = 'толь';
$strDirtyPages = 'Бохир хуудсууд';
$strDisableForeignChecks = 'Гадаад түлхүүр шалгалтыг хаах';
$strDisabled = 'Хаагдсан';
$strDisableForeignChecks = 'Гадаад түлхүүр шалгалтыг хаах';
$strDisplayFeat = 'Онцлог харуулах';
$strDisplayOrder = 'Харуулах эрэмбэ:';
$strDisplayPDF = 'PDF-схем харуулах';
$strDoAQuery = '"жишээ асуулт" хийх (тэмдэгт: "%")';
$strDoYouReally = 'Та үнэхээр ';
$strDocu = 'Баримт';
$strDrop = 'Устгах';
$strDoYouReally = 'Та үнэхээр ';
$strDropDatabaseStrongWarning = 'Дүүрэн өгөгдлийн сан УСТГАХ тухай?';
$strDrop = 'Устгах';
$strDropSelectedDatabases = 'Сонгогдсон ӨС устгах';
$strDropUsersDb = 'Хэрэглэгчтэй адил нэртэй өгөгдлийн санг устгах.';
$strDumpingData = 'Хүснэгтийн өгөгдлийг устгах';
$strDumpSaved = 'Асгалт %s файлд хадгалагдсан.';
$strDumpXRows = '%s мөрүүдийг, %s-аас эхлэн устгах.';
$strDumpingData = 'Хүснэгтийн өгөгдлийг устгах';
$strDynamic = 'динамик';
$strEdit = 'Засах';
$strEditPDFPages = 'PDF-хуудаснуудыг засах';
$strEditPrivileges = 'Онцгой эрхүүдийг засах';
$strEffective = 'Эффекттэй';
$strEmpty = 'Хоосон';
$strEmptyResultSet = 'MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.).';
$strEmpty = 'Хоосон';
$strEnabled = 'Нээлттэй';
$strEncloseInTransaction = 'Хэлэлцээр дэх гаргалтыг хаах';
$strEnd = 'Төгс';
$strEndCut = 'END CUT';
$strEnd = 'Төгс';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s нь уг MySQL сервэрт идэвхтэй байна.';
$strEngineDisabled = '%s нь уг MySQL сервэр дээр хаалттай байна.';
$strEngineUnsupported = 'Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй.';
$strEngines = 'Хөдөлгүүрүүд';
$strEngineUnsupported = 'Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй.';
$strEnglish = 'Англи';
$strEnglishPrivileges = ' Тэмдэглэл: MySQL онцгой эрхийн нэр нь англиар илэрхийлэгдсэн ';
$strError = 'Алдаа';
@@ -268,12 +269,12 @@ $strExtendedInserts = 'Өргөтгөсөн оруулалт';
$strExtra = 'Нэмэлт';
$strFailedAttempts = 'Бүтэлгүйтсэн оролдлого';
$strField = 'Талбар';
$strFieldHasBeenDropped = 'Талбар %s устгагдсан';
$strFields = 'Талбарууд';
$strField = 'Талбар';
$strFieldsEmpty = ' Талбарын тоо хоосон! ';
$strFieldsEnclosedBy = 'Талбарыг хаасан';
$strFieldsEscapedBy = 'Талбарыг нээсэн';
$strFields = 'Талбарууд';
$strFieldsTerminatedBy = 'Талбарыг төгсгөсөн';
$strFileAlreadyExists = 'Файл %s нь сервэр дээр байна, нэрээ соль эсвэл давхарлах сонголтыг шалга.';
$strFileCouldNotBeRead = 'Файл уншигдахгүй байна';
@@ -283,17 +284,17 @@ $strFileNameTemplateRemember = 'загварыг санах';
$strFixed = 'Засагдсан';
$strFlushPrivilegesNote = 'Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин дуудаж үргэлжлүүлнэ үү.';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormEmpty = 'Форм дахь утгыг орхисон!';
$strFormat = 'Тогтнол';
$strFormEmpty = 'Форм дахь утгыг орхисон!';
$strFreePages = 'Чөлөөт хуудсууд';
$strFullText = 'Бүтэн бичвэр';
$strFunction = 'Функц';
$strGenBy = 'Үүсгэгч';
$strGenTime = 'Үүссэн цаг';
$strGeneralRelationFeat = 'Ерөнхий хамаатай онцлог';
$strGenerate = 'Бий болгох';
$strGeneratePassword = 'Нууц үг бий болгох';
$strGenerate = 'Бий болгох';
$strGenTime = 'Үүссэн цаг';
$strGeorgian = 'Гүрж';
$strGerman = 'Немец';
$strGlobal = 'global';
@@ -304,10 +305,6 @@ $strGrantOption = 'Хандив';
$strGreek = 'Грек';
$strGzip = 'gzip-ээр шахах';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 гаргах сонголт';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 гаргах сонголт';
$strHasBeenAltered = 'өөрчлөгдсөн байна.';
$strHasBeenCreated = 'үүссэн байна.';
$strHaveToShow = 'Харуулахын тулд ядаж нэг багана сонго';
@@ -315,71 +312,79 @@ $strHebrew = 'Иврей';
$strHexForBinary = 'Хоёртын талбарт арван зургаатыг хэрэглэх (hexadecimal)';
$strHome = 'Гэр';
$strHomepageOfficial = 'phpMyAdmin-ын албан ёсны вэб сайт';
$strHost = 'Хост';
$strHostEmpty = 'Хостын нэр хоосон!';
$strHost = 'Хост';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 гаргах сонголт';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 гаргах сонголт';
$strHungarian = 'Унгар';
$strIcelandic = 'Исланд';
$strId = 'ID';
$strIdxFulltext = 'Бүтэнбичвэр';
$strIfYouWish = 'Хэрэв та хүснэгтийн зарим баганыг дуудахыг хүсэж байвал, баганын жагсаалтыг таслалаар зааглана.';
$strIgnore = 'Үл тоох';
$strIgnoreInserts = 'Оруулалтыг үл тоох';
$strIgnore = 'Үл тоох';
$strIgnoringFile = 'Файл %s-ыг үл тоох';
$strImportDocSQL = 'docSQL файл оруулах';
$strImportFiles = 'Файл оруулах';
$strImportFinished = 'Оруулж дууслаа';
$strInUse = 'хэрэглэгдэж байна';
$strIndex = 'Индекс';
$strIndexes = 'Индексүүд';
$strIndexHasBeenDropped = 'Индекс %s нь устгагдсан';
$strIndexName = 'Индексийн нэр&nbsp;:';
$strIndex = 'Индекс';
$strIndexType = 'Индексийн төрөл&nbsp;:';
$strIndexWarningMultiple = 'Түлхүүр %s нь нэгээс их багана `%s`-д үүсгэгджээ';
$strIndexWarningPrimary = 'PRIMARY ба INDEX түлхүүрүүд багана `%s`-д хоёулаа сонгогдохгүй';
$strIndexWarningTable = 'Хүснэгт `%s`-ийн индекс асуудалтай';
$strIndexWarningUnique = 'UNIQUE ба INDEX түлхүүрүүд багана `%s`-д хоёулаа сонгогдохгүй';
$strIndexes = 'Индексүүд';
$strInnoDBAutoextendIncrement = 'Авто нэмэгдэлт';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Буффер pool хэмжээ';
$strInnoDBBufferPoolSizeDesc = 'Энэ хүснэгтийн кэш өгөгдөл, индекст хэрэглэх InnoDB санах ойн буфферийн хэмжээ.';
$strInnoDBBufferPoolSize = 'Буффер pool хэмжээ';
$strInnoDBDataFilePath = 'Өгөгдлийн файлууд';
$strInnoDBDataHomeDir = 'Өгөгдлийн үндсэн хавтас';
$strInnoDBDataHomeDirDesc = 'Бүх InnoDB өгөгдлийн файлын хавтсын замын үндсэн хэсэг.';
$strInnoDBDataHomeDir = 'Өгөгдлийн үндсэн хавтас';
$strInnoDBPages = 'хуудсууд';
$strInnodbStat = 'InnoDB байдал';
$strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй';
$strInsert = 'Оруулах';
$strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInsertBookmarkTitle = 'Хавчуургын гарчгийг оруул';
$strInsertNewRow = 'Шинэ мөр оруулах';
$strInsertTextfiles = 'Хүснэгтэд өгөгдлийг бичвэр файлаас оруулах';
$strInsertedRowId = 'Орсон мөрийн id:';
$strInsertedRows = 'Орсон мөрүүд:';
$strInsertNewRow = 'Шинэ мөр оруулах';
$strInsert = 'Оруулах';
$strInsertTextfiles = 'Хүснэгтэд өгөгдлийг бичвэр файлаас оруулах';
$strInstructions = 'Заавар';
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
$strInternalRelations = 'Дотоод хамаарал';
$strInUse = 'хэрэглэгдэж байна';
$strInvalidColumnCount = 'Баганы тоо тэгээс их байна.';
$strInvalidFieldAddCount = 'Та багадаа нэг талбар нэм.';
$strInvalidFieldCount = 'Хүснэгт нь багадаа нэг талбартай байх хэрэгтэй.';
$strInvalidRowNumber = '%d нь мөрийн буруу дугаар байна.';
$strJapanese = 'Япон';
$strJumpToDB = '&quot;%s&quot; өгөгдлийн сан руу үсрэх.';
$strJustDelete = 'Онцгой эрхийн хүснэгтээс хэрэглэгчид устгах.';
$strJustDeleteDescr = '&quot;Устгагдсан&quot; хэрэглэгчид үргэлжлүүлэн сервэр лүү хандахын тулд онцгой эрхийг дахин дуудах хүртэл хүлээнэ.';
$strJustDelete = 'Онцгой эрхийн хүснэгтээс хэрэглэгчид устгах.';
$strKeepPass = 'Нууц үгийг солихгүй';
$strKeyname = 'Түлхүүрийн нэр';
$strKill = 'Алах';
$strKorean = 'Солонгос';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX сонголтууд';
$strLandscape = 'Ландшафт';
$strLatchedPages = 'Latched хуудсууд';
$strLatexCaption = 'Хүснэгтийн гарчиг';
$strLatexContent = '__TABLE__ хүснэгтийн агуулга';
$strLatexContinued = '(үргэлжилнэ)';
$strLatexContinuedCaption = 'Үргэлжилсэн хүснэгтийн гарчиг';
$strLatexContinued = '(үргэлжилнэ)';
$strLatexIncludeCaption = 'Хүснэгтийн гарчиг холбогдсон';
$strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX сонголтууд';
$strLatexStructure = '__TABLE__ хүснэгтийн бүтэц';
$strLatvian = 'Латви';
$strLengthSet = 'Урт/Утгууд*';
@@ -393,50 +398,50 @@ $strLoadExplanation = 'Шилдэг арга бол анхдагчаар чаг
$strLoadMethod = 'Арга LOAD';
$strLocalhost = 'Local';
$strLocationTextfile = 'Бичвэрфайлын байрлал';
$strLoginInformation = 'Нэвтрэх мэдээлэл';
$strLogin = 'Нэвтрэх';
$strLogout = 'Гарах';
$strLogPassword = 'Нууц үг:';
$strLogServer = 'Сервэр';
$strLogUsername = 'Нэвтрэгч:';
$strLogin = 'Нэвтрэх';
$strLoginInformation = 'Нэвтрэх мэдээлэл';
$strLogout = 'Гарах';
$strLongOperation = 'Энэ үйлдэл удах янзтай. Юутай ч үргэлжлүүлэх үү?';
$strMIMETypesForTable = 'Хүснэгтийн MIME-төрлүүд';
$strMIME_MIMEtype = 'MIME-төрөл';
$strMIME_available_mime = 'Идэвхтэй MIME-төрлүүд';
$strMIME_available_transform = 'Идэвхтэй өөрчлөлт';
$strMIME_description = 'Тайлбар';
$strMIME_nodescription = 'Энэ өөрчлөлтөд Тайлбаргүй нь идэвхтэй.<br />%s-ын зохиогчийг асууна уу.';
$strMIME_transformation = 'Хөтчийн өөрчлөл';
$strMIME_transformation_note = 'Боломжтой өөрчлөлийн сонголтуудын жагсаалт ба тэдгээр MIME-төрлийн өөрчлөлүүдийн тулд, %sөөрчлөлийн тайлбар%s -д дарах';
$strMIME_transformation_options = 'Өөрчлөлийн сонголтууд';
$strMIME_transformation_options_note = 'Өөрчлөлийн сонголтыг оруулах утгын тогтнол нь: \'a\',\'b\',\'c\'...<br />Хэрэв та буруу ташуу зургаас эсвэл дан хашилт тавихыг хүсвэл буруу ташуу зураасыг өмнө нь тавина уу. (Ж: \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strMaximumSize = 'ХИ хэмжээ: %s%s';
$strMbExtensionMissing = 'mbstring PHP extension олдсонгүй ба та multibyte charset ашиглаж байна. mbstring extension үгүйгээр phpMyAdmin нь тэмдэгт мөрийг зөв хувааж чадахгүй буюу буруу үр дүн гарч магадгүй.';
$strMbOverloadWarning = 'Таны PHP тохируулгад mbstring.func_overload нээлттэй байна. Энэ сонголт phpMyAdmin -д бүрэн боломжгүй бөгөөд зарим өгөгдөл алдагдаж болзошгүй!';
$strMIME_available_mime = 'Идэвхтэй MIME-төрлүүд';
$strMIME_available_transform = 'Идэвхтэй өөрчлөлт';
$strMIME_description = 'Тайлбар';
$strMIME_MIMEtype = 'MIME-төрөл';
$strMIME_nodescription = 'Энэ өөрчлөлтөд Тайлбаргүй нь идэвхтэй.<br />%s-ын зохиогчийг асууна уу.';
$strMIME_transformation_note = 'Боломжтой өөрчлөлийн сонголтуудын жагсаалт ба тэдгээр MIME-төрлийн өөрчлөлүүдийн тулд, %sөөрчлөлийн тайлбар%s -д дарах';
$strMIME_transformation = 'Хөтчийн өөрчлөл';
$strMIME_transformation_options_note = 'Өөрчлөлийн сонголтыг оруулах утгын тогтнол нь: \'a\',\'b\',\'c\'...<br />Хэрэв та буруу ташуу зургаас эсвэл дан хашилт тавихыг хүсвэл буруу ташуу зураасыг өмнө нь тавина уу. (Ж: \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Өөрчлөлийн сонголтууд';
$strMIMETypesForTable = 'Хүснэгтийн MIME-төрлүүд';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Өөрчлөлт хадгалагдав';
$strModify = 'Өөрчлөх';
$strModifyIndexTopic = 'Өөрчлөх индекс';
$strModify = 'Өөрчлөх';
$strMongolian = 'Монгол';
$strMoreStatusVars = 'Өөр төлвийн утгууд';
$strMoveTable = 'Хүснэгтийг зөөх (өгөгдлийн сан<b>.</b>хүснэгт):';
$strMoveTableOK = 'Хүснэгт %s нь %s руу зөөгдөв.';
$strMoveTable = 'Хүснэгтийг зөөх (өгөгдлийн сан<b>.</b>хүснэгт):';
$strMoveTableSameNames = 'Адил нэр байсан тул хүснэгтийг зөөсөнгүй!';
$strMultilingual = 'олонхэлийн';
$strMustSelectFile = 'Оруулахын тулд файл сонгох хэрэгтэй.';
$strMyISAMDataPointerSize = 'Өгөгдөл заагчийн хэмжээ';
$strMyISAMDataPointerSizeDesc = 'Анхдагч заагчийн хэмжээ байтаар илэрхийлэгдэх ба, CREATE TABLE -ээр MyISAM хүснэгтийг MAX_ROWS сонголт тодорхойлогдоогүй үед хэрэглэгдэнэ.';
$strMyISAMMaxExtraSortFileSize = 'Индекс үүсгэлт дэх завсрын файлын ХИ хэмжээ';
$strMyISAMDataPointerSize = 'Өгөгдөл заагчийн хэмжээ';
$strMyISAMMaxExtraSortFileSizeDesc = 'Хэрэв завсрын файл MyISAM индекс үүсгэлтэд хэрэглэгдсэн бол үүнээс их энд тодорхойлогдсон хэмжээгээр key cache хэрэглэх хэрэгтэй, key cache аргыг илүүд үзвэл.';
$strMyISAMMaxExtraSortFileSize = 'Индекс үүсгэлт дэх завсрын файлын ХИ хэмжээ';
$strMyISAMMaxSortFileSize = 'Завсрын эрэмбэлэх файлын ХИ хэмжээ';
$strMyISAMMaxSortFileSizeDesc = 'Завсрын MySQL файлын ХИ хэмжээ нь MyISAM индексийг да-үүсгэхэд (REPAIR TABLE, ALTER TABLE, болон LOAD DATA INFILE -ын үед) хэрэглэгдэнэ.';
$strMyISAMRecoverOptions = 'Авто сэргээх горим';
$strMyISAMRecoverOptionsDesc = 'Горим нь эвдэрсэн MyISAM хүснэгтийг автоматаар засна, серверийн эхлэлийн --myisam-recover сонголтоор.';
$strMyISAMRepairThreads = 'Thread засах';
$strMyISAMRepairThreadsDesc = 'Хэрэв энэ утга нь 1 -ээс их байвал, эрэмбэлэх процессоор Засах үед MyISAM хүснэгтийн индексүүд нь зэрэгцээгээр (индекс бүрт өөрийн процесс) үүсгэгдсэн.';
$strMyISAMSortBufferSize = 'Буфферийн хэмжээг эрэмбэлэх';
$strMyISAMRepairThreads = 'Thread засах';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE -ийн үед MyISAM индексийг эрэмбэлэх эсвэл CREATE INDEX болон ALTER TABLE -ээр индекс үүсгэх үед буффер хуваарилагдсан.';
$strMyISAMSortBufferSize = 'Буфферийн хэмжээг эрэмбэлэх';
$strMySQLCharset = 'MySQL-кодлол';
$strMySQLConnectionCollation = 'MySQL холболтын кодлол';
$strMySQLReloaded = 'MySQL да.дуудагдав.';
@@ -449,7 +454,6 @@ $strMySQLShowVars = 'MySQL-ийн системийн утгыг харах';
$strName = 'Нэр';
$strNeedPrimaryKey = 'Та уг хүснэгтэд үндсэн түлхүүр тодорхойлох хэрэгтэй.';
$strNext = 'Цааш';
$strNo = 'Үгүй';
$strNoActivity = '%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү';
$strNoDatabases = 'ӨС байхгүй';
$strNoDatabasesSelected = 'ӨС сонгогдоогүй.';
@@ -461,6 +465,8 @@ $strNoFrames = 'phpMyAdmin нь ямар ч хөтөч дээр <b>фрейм</b
$strNoIndex = 'Индекс тодорхойлогдоогүй!';
$strNoIndexPartsDefined = 'Тодорхойлогдсон индексийн хэсэггүй!';
$strNoModification = 'Солигдохгүй';
$strNone = 'Үгүй';
$strNo = 'Үгүй';
$strNoOptions = 'Энэ тогтнол сонголтгүй';
$strNoPassword = 'Нууц үггүй';
$strNoPermission = 'Вэб-сервэр файл %s-г хадгалахад зөвшөөрөлгүй байна.';
@@ -472,19 +478,18 @@ $strNoRowsSelected = 'Сонгогдсон мөргүй';
$strNoSpace = 'Файл %s-г хадгалах зай хүрэлцэхгүй байна.';
$strNoTablesFound = 'ӨС-д хүснэгт олдсонгүй.';
$strNoThemeSupport = 'Арьс боломжгүй, өөрийн тохиргоогоо шалга ба/эсвэл %s-т арьс байгаа эсэхийг хар.';
$strNoUsersFound = 'Хэрэглэгч олдсонгүй.';
$strNoValidateSQL = 'SQL шалгалтыг алгасах';
$strNone = 'Үгүй';
$strNotNumber = 'Энэ тоо биш!';
$strNotOK = 'Бэлэн биш';
$strNotSet = '<b>%s</b> хүснэгт олдсонгүй эсвэл %s-д сонгогдоогүй';
$strNoUsersFound = 'Хэрэглэгч олдсонгүй.';
$strNoValidateSQL = 'SQL шалгалтыг алгасах';
$strNull = 'Хоосон';
$strNumSearchResultsInTable = '%s олдоц(ууд) хүснэгт <i>%s</i>-д';
$strNumSearchResultsTotal = '<b>Нийт:</b> <i>%s</i> олдоц(ууд)';
$strNumTables = 'Хүснэгт';
$strOK = 'Бэлэн';
$strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.';
$strOK = 'Бэлэн';
$strOperations = 'Үйлдлүүд';
$strOperator = 'Оператор';
$strOptimizeTable = 'Хүснэгтийг зүгшрүүлэх';
@@ -494,16 +499,14 @@ $strOr = 'Эсвэл';
$strOverhead = 'Толгой дээр';
$strOverwriteExisting = 'Файл(ууд)-г дарж бичих';
$strPHP40203 = 'Та PHP 4.2.3 хувилбарыг ашиглаж байна, энэ нь олон-байттай тэмдэгт мөр (mbstring) дээр томоохон нүхтэй юм. PHP нүхний 19404 тайланг харна уу. PHP-ийн энэ хувилбар дээр phpMyAdmin-г ашиглахгүй байхыг зөвлөх байна .';
$strPHPVersion = 'PHP хувилбар';
$strPageNumber = 'Хуудасны дугаар:';
$strPagesToBeFlushed = 'Хуудсууд зайлагдсан';
$strPaperSize = 'Цаасны хэмжээ';
$strPartialText = 'Бичвэрийн зарим хэсэг';
$strPassword = 'Нууц үг';
$strPasswordChanged = '%s-ы нууц үг солигдлоо.';
$strPasswordEmpty = 'Нууц үг хоосон байна!';
$strPasswordHashing = 'Нууц үг хувиргах';
$strPassword = 'Нууц үг';
$strPasswordNotSame = 'Нууц їгнїїд ялгаатай байна!';
$strPdfDbSchema = '"%s" өгөгдлийн сангийн схем - Хуудас %s';
$strPdfInvalidTblName = 'Хүснэгт "%s" байхгүй байна!';
@@ -513,20 +516,22 @@ $strPerMinute = 'минутад';
$strPerSecond = 'секундэд';
$strPersian = 'Перс';
$strPhoneBook = 'Утасны лавлах';
$strPHP40203 = 'Та PHP 4.2.3 хувилбарыг ашиглаж байна, энэ нь олон-байттай тэмдэгт мөр (mbstring) дээр томоохон нүхтэй юм. PHP нүхний 19404 тайланг харна уу. PHP-ийн энэ хувилбар дээр phpMyAdmin-г ашиглахгүй байхыг зөвлөх байна .';
$strPhp = 'PHP-код үүсгэх';
$strPHPVersion = 'PHP хувилбар';
$strPmaDocumentation = 'phpMyAdmin баримтжилт';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> -ыг тохиргооны файлд тохируулах хэрэгтэй!';
$strPolish = 'Польш';
$strPortrait = 'Дүрслэл';
$strPos1 = 'Эхлэл';
$strPrevious = 'Өмнөх';
$strPrimary = 'Үндсэн';
$strPrimaryKeyHasBeenDropped = 'Үндсэн түлхүүр устгагдлаа';
$strPrimaryKeyName = 'Үндсэн түлхүүрийн нэр нь PRIMARY байх ёстой!';
$strPrimaryKeyWarning = '("PRIMARY" нь үндсэн түлхүүрийн нэр ба <b>зөвхөн</b> байх <b>хэрэгтэй</b>!)';
$strPrimary = 'Үндсэн';
$strPrint = 'Хэвлэх';
$strPrintView = 'Хэвлэхээр харах';
$strPrintViewFull = 'Хэвлэхээр харах (бүх бичвэртэй нь)';
$strPrintView = 'Хэвлэхээр харах';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Байгаа хүснэгтийн бүтцийг өөрчлөхийг зөвшөөрөх.';
$strPrivDescAlterDb = 'Өгөгдлийн сангийн харьцуулал болон тэмдэгт сонголтыг өөрчлөх үед оршин буй хүснэгтийн бүтцийг өөрчлөхийг зөвшөөрөх.';
@@ -568,9 +573,9 @@ $strPrivilegesReloaded = 'Онцгой эрхүүд дахин дуудагдл
$strProcesslist = 'Процессын жагсаалт';
$strPutColNames = 'Эхний мөрт талбаруудын нэрийг тавих';
$strQBE = 'Асуулт (Query)';
$strQBEDel = 'Устгах';
$strQBEIns = 'Оруулах';
$strQBE = 'Асуулт (Query)';
$strQueryFrame = 'Асуултын цонх';
$strQueryOnDb = 'ӨС <b>%s</b> дахь SQL-асуулт:';
$strQuerySQLHistory = 'SQL түүх';
@@ -579,63 +584,52 @@ $strQueryTime = 'Асуулт нь %01.4f сек авлаа';
$strQueryType = 'Асуултын төрөл';
$strQueryWindowLock = 'Цонхны гаднаас энэ асуултыг давхарлахгүй байх';
$strReType = 'Дахин бич';
$strReadRequests = 'Унших гуйлт';
$strReceived = 'Ирсэн';
$strRecords = 'Бичлэгүүд';
$strReferentialIntegrity = 'Үнэн зөв өгөгдлийг шалгах:';
$strRefresh = 'Да.дуудах';
$strRelationNotWorking = 'Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%s дарж шалгах.';
$strRelationView = 'Хамаарал харах';
$strRelationalSchema = 'Хамааралтай схем';
$strRelations = 'Хамаарал';
$strRelationNotWorking = 'Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%s дарж шалгах.';
$strRelationsForTable = 'Хүснэгтийн хамаарал';
$strRelations = 'Хамаарал';
$strRelationView = 'Хамаарал харах';
$strReloadFailed = 'MySQL да.дуудахад бүтэлгүйтэв.';
$strReloadMySQL = 'MySQL-г да.дуудах';
$strReloadingThePrivileges = 'Онцгой эрхийг дахин дуудаж байна';
$strReloadMySQL = 'MySQL-г да.дуудах';
$strRemoveSelectedUsers = 'Сонгогдсон хэрэглэгчдийг хасах';
$strRenameDatabaseOK = 'ӨС %s-н нэр нь %s-ээр солигджээ';
$strRenameTable = 'Хүснэгтийг да.нэрлэх';
$strRenameTableOK = 'Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө';
$strRenameTable = 'Хүснэгтийг да.нэрлэх';
$strRepairTable = 'Хүснэгт засах';
$strReplace = 'Орлуулах';
$strReplaceNULLBy = 'NULL-ыг орлуулах нь';
$strReplaceTable = 'Хүснэгтийн өгөгдлийг орлуулах файл';
$strReset = 'Да.эхлэх';
$strResourceLimits = 'Нөөцийн хязгаар';
$strRevoke = 'Хүчингүй';
$strRevokeAndDelete = 'Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй болгох.';
$strReType = 'Дахин бич';
$strRevokeAndDeleteDescr = 'Онцгой эрхийг да.дуудтал хэрэглэгчид онцгой эрх USAGE -тэй байх болно.';
$strRevokeAndDelete = 'Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй болгох.';
$strRevokeMessage = 'Онцгой эрх %s -ыг хүчингүй болголоо';
$strRevoke = 'Хүчингүй';
$strRomanian = 'Румын';
$strRoutines = 'Заншил';
$strRowLength = 'Мөрийн урт';
$strRowSize = ' Мөрийн хэмжээ ';
$strRows = 'Мөрүүд';
$strRowsFrom = 'мөрийн эхлэх буй дугаар';
$strRowSize = ' Мөрийн хэмжээ ';
$strRowsModeFlippedHorizontal = 'хөндлөн (эргүүлэгдсэн толгойнууд)';
$strRowsModeHorizontal = 'хөндлөн';
$strRowsModeOptions = 'Төлөв %s-д ба %s нїдний дараа толгойнуудыг давтах';
$strRowsModeVertical = 'босоо';
$strRows = 'Мөрүүд';
$strRowsStatistic = 'Мөрийн статистик';
$strRunning = '%s дээр';
$strRunQuery = 'Асуултыг илгээх';
$strRunSQLQuery = 'Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах';
$strRunning = '%s дээр';
$strRussian = 'Орос';
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL гаргах боломжууд';
$strSQLExportType = 'Гаргах төрөл';
$strSQLOptions = 'SQL -ийн сонголт';
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
$strSQLQuery = 'SQL-асуулт';
$strSQLResult = 'SQL-үр дүн';
$strSQPBugInvalidIdentifer = 'Буруу тодорхойлогч';
$strSQPBugUnclosedQuote = 'Хаагдаагүй хашилт';
$strSQPBugUnknownPunctuation = 'Тэмдэгт мөрийн үл мэдэх цэг тэмдэглэл';
$strSave = 'Хадгалах';
$strSaveOnServer = 'Сервэр дээрх хадгалах хавтас %s';
$strSave = 'Хадгалах';
$strScaleFactorSmall = 'Хэт жижиг схемийг нэг хуудсанд дүүргэх';
$strSearch = 'Хайх';
$strSearchFormTitle = 'Өгөгдлийн санд хайх';
@@ -656,11 +650,11 @@ $strSelectNumRows = 'асуултад';
$strSelectTables = 'Хүснэгтүүд сонго';
$strSend = 'Илгээх';
$strSent = 'Илгээгдэв';
$strServer = 'Сервэр';
$strServerChoice = 'Сервэр сонго';
$strServer = 'Сервэр';
$strServerNotResponding = 'Сервэрээс хариу алга';
$strServerStatus = 'Ажиллах үеийн мэдээлэл';
$strServerStatusUptime = 'Энэ MySQL сервэр %s-д ажиллаж байна. Эхэлсэн нь %s.';
$strServerStatus = 'Ажиллах үеийн мэдээлэл';
$strServerTabProcesslist = 'Процессууд';
$strServerTabVariables = 'Утгууд';
$strServerTrafficNotes = '<b>Гуйвуулга</b>: Эдгээр хүснэгтүүд нь MySQL сервэр эхэлсэн үеэс сүлжээний гуйвуулгыг харуулна.';
@@ -668,32 +662,43 @@ $strServerVars = 'Сервэрийн утгууд болон тохиргоон
$strServerVersion = 'Сервэрийн хувилбар';
$strSessionValue = 'Сессон утга';
$strSetEnumVal = 'Хэрэв талбарын төрөл нь "enum" ба "set", бол оруулах өгөгдлийн тогтнол нь: \'a\',\'b\',\'c\'...<br />Хэрэв буруу ташуу зураас ("\"") эсвэл дан хашилт ("\'") тавих шаардлагатай бол буруу ташуу зураасыг давхар хэрэглэ. (Ж: \'\\\\xyz\' эсвэл \'a\\\'b\').';
$strShow = 'Харах';
$strShowAll = 'Бүгдийг харах';
$strShowColor = 'Өнгө харах';
$strShowDatadictAs = 'Өгөгдлийн толийн тогтнол';
$strShowFullQueries = 'Бүтэн асуулт харуулах';
$strShowGrid = 'Тор харуулах';
$strShowingRecords = 'Мөрүүдийг харуулж байна ';
$strShow = 'Харах';
$strShowPHPInfo = 'PHP -ийн мэдээлэл харах';
$strShowTableDimension = 'Хүснэгтийн харьцаа харуулах';
$strShowTables = 'Хүснэгтүүдийг харуулах';
$strShowThisQuery = ' Уг асуултыг энд дахин харуулах ';
$strShowingRecords = 'Мөрүүдийг харуулж байна ';
$strSimplifiedChinese = 'Энгийн хятад';
$strSingly = '(дан)';
$strSize = 'Хэмжээ';
$strSlovak = 'Словак';
$strSlovenian = 'Словени';
$strSocketProblem = '(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)';
$strSort = 'Эрэмбэлэх';
$strSortByKey = 'Түлхүүрээр эрэмбэлэх';
$strSort = 'Эрэмбэлэх';
$strSpaceUsage = 'Ашиглалтын зай';
$strSpanish = 'Испани';
$strSplitWordsWithSpace = 'Їгнїїд хоосон зайгаар (" ") хуваагдана.';
$strSQLExportCompatibility = 'SQL гаргах боломжууд';
$strSQLExportType = 'Гаргах төрөл';
$strSQLOptions = 'SQL -ийн сонголт';
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
$strSQLQuery = 'SQL-асуулт';
$strSQLResult = 'SQL-үр дүн';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Буруу тодорхойлогч';
$strSQPBugUnclosedQuote = 'Хаагдаагүй хашилт';
$strSQPBugUnknownPunctuation = 'Тэмдэгт мөрийн үл мэдэх цэг тэмдэглэл';
$strStatCheckTime = 'Сүүлийн шалгалт';
$strStatCreateTime = 'Үүсгэлт';
$strStatUpdateTime = 'Сүүлийн шинэчлэл';
$strStatement = 'Баримтжуулал';
$strStatUpdateTime = 'Сүүлийн шинэчлэл';
$strStatus = 'Статус';
$strStorageEngine = 'Агуулах хөдөлгүүр';
$strStorageEngines = 'Агуулах хөдөлгүүрүүд';
@@ -712,7 +717,6 @@ $strSwedish = 'Швед';
$strSwitchToDatabase = 'Хуулагдсан ӨС руу шилжих';
$strSwitchToTable = 'Хуулагдсан хүснэгт рүү шилжих';
$strTable = 'Хүснэгт ';
$strTableComments = 'Хүснэгтийн тайлбар';
$strTableEmpty = 'Хүснэгтийн нэр хоосон байна!';
$strTableHasBeenDropped = 'Хүснэгт %s нь устгагдлаа';
@@ -720,29 +724,31 @@ $strTableHasBeenEmptied = 'Хүснэгт %s нь хоослогдлоо';
$strTableHasBeenFlushed = 'Хүснэгт %s нь flushed боллоо';
$strTableMaintenance = 'Хүснэгтийн ашиглалт';
$strTableOfContents = 'Агуулгын хүснэгт';
$strTable = 'Хүснэгт ';
$strTableOptions = 'Хүснэгтийн сонголтууд';
$strTables = '%s хүснэгт(үүд)';
$strTableStructure = 'Хүснэгтийн бүтэц';
$strTableType = 'Хүснэгтийн төрөл';
$strTables = '%s хүснэгт(үүд)';
$strTakeIt = 'авах';
$strTblPrivileges = ' Хүснэгтийн тусгай онцгой эрхүүд';
$strTextAreaLength = ' Яагаад гэвэл урт нь их,<br /> энэ талбар засагдахгүй ';
$strThai = 'Таи';
$strTheContent = 'Таны файлын агуулга орлоо.';
$strTheContents = 'Таны файлын агуулга сонгогдсон хүснэгтийн агуулгыг адил үндсэн эсвэл үл давтах түлхүүрээр орлуулна.';
$strTheTerminator = 'Талбарын таслагч.';
$strTheme = 'Арьс / Загвар';
$strTheTerminator = 'Талбарын таслагч.';
$strThisHost = 'Энэ хост';
$strThisNotDirectory = 'Энэ хавтас биш байна';
$strThreadSuccessfullyKilled = 'Thread %s нь устгагдав.';
$strTime = 'Цаг';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'Нийт';
$strTotalUC = 'Нийт';
$strTotal = 'Нийт';
$strTraditionalChinese = 'Уламжлалт хятд';
$strTraditionalSpanish = 'Уламжлалт Испани';
$strTraffic = 'Гуйвуулга';
$strTransformation_application_octetstream__download = 'Талбарын өгөгдлийг хоёртын горимоор татах холбоос харуулж байна. Эхний сонголт: Хоёртын файлын нэр. Хоёр дахь сонголт: Талбарын нэр. Хэрэв хоёр дахь сонголтод утга өгвөл эхний сонголтыг хоосон орхих хэрэгтэй';
$strTransformation_application_octetstream__hex = 'Өгөгдлийн дүрслэлийг арван зургаатаар харуулах.';
$strTransformation_image_jpeg__inline = 'Дарагдхуйц эрхийхумс-ыг харуулж байна. сонголт: өргөн,өндөр цэгээр (эх хэмжээ нь хадгалагдана)';
$strTransformation_image_jpeg__link = 'Уг зургийн холбоосыг харуулж байна (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
@@ -763,40 +769,40 @@ $strUnicode = 'Юникод';
$strUnique = 'Үл давтагдах';
$strUnknown = 'үлмэдэх';
$strUnselectAll = 'Бүх сонгосныг болих';
$strUpdComTab = 'Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу';
$strUpdatePrivMessage = 'Онцгой эрх шинэчлэгдлээ';
$strUpdateProfileMessage = 'Профиль шинэчлэгдлээ.';
$strUpdateQuery = 'Update асуулт';
$strUpdComTab = 'Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу';
$strUpgrade = 'Та хувилбар %s -г %s -ээр сайжруулах хэрэгтэй эсвэл дараа.';
$strUsage = 'Ашиглалт';
$strUseBackquotes = 'Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах';
$strUseHostTable = 'Хост хүснэгт хэрэглэх';
$strUseTabKey = 'TAB товчийг хэрэглэн утгаас утгын хооронд шилжинэ, эсвэл CTRL+сумууд-аар зөөгдөнө';
$strUseTables = 'Хүснэгт хэрэглэх';
$strUseTextField = 'Бичвэр талбар хэрэглэх';
$strUseThisValue = 'Уг утгыг хэрэглэх';
$strUser = 'Хэрэглэгч';
$strUserAlreadyExists = 'Хэрэглэгч %s оршин байна!';
$strUserEmpty = 'Хэрэглэгчийн нэр хоосон!';
$strUserName = 'Хэрэглэгчийн нэр';
$strUser = 'Хэрэглэгч';
$strUserNotFound = 'Сонгогдсон хэрэглэгч онцгой эрхийн хүснэгтэд алга байна.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'Сонгогдсон хэрэглэгч устгагдлаа.';
$strUsersHavingAccessToDb = 'Хэрэглэгчдийн хандсан нь &quot;%s&quot;';
$strUseTabKey = 'TAB товчийг хэрэглэн утгаас утгын хооронд шилжинэ, эсвэл CTRL+сумууд-аар зөөгдөнө';
$strUseTables = 'Хүснэгт хэрэглэх';
$strUseTextField = 'Бичвэр талбар хэрэглэх';
$strUseThisValue = 'Уг утгыг хэрэглэх';
$strValidateSQL = 'SQL-ийг батлах';
$strValidatorError = 'SQL баталгаажуулагч эхлэгдсэнгүй. Хэрэв PHP өргөтгөл суугдсан бол шалгана уу, %sбаримтжуулалд%s тодорхойлогдсон.';
$strValue = 'Утга';
$strVar = 'Хувьсагч';
$strVersionInformation = 'Хувилбарын мэдээлэл';
$strView = 'Харц';
$strViewDump = 'Хүснэгтийн схем харах';
$strViewDumpDB = 'ӨС-ийн схем харах';
$strViewDumpDatabases = 'ӨС-ийн схем харах';
$strViewDumpDB = 'ӨС-ийн схем харах';
$strViewDump = 'Хүснэгтийн схем харах';
$strViewHasBeenDropped = 'Харц %s нь устгагдсан';
$strView = 'Харц';
$strWebServerUploadDirectory = 'web-сервэр түлхэх хавтас';
$strWebServerUploadDirectoryError = 'Таны сонгосон хавтас "upload" хийгдэхгүй байна';
$strWebServerUploadDirectory = 'web-сервэр түлхэх хавтас';
$strWelcome = '%s-д тавтай морилно уу';
$strWestEuropean = 'Баруун-Европ';
$strWildcard = 'загвар';
@@ -814,10 +820,155 @@ $strYes = 'Тийм';
$strZeroRemovesTheLimit = 'Тэмдэглэл: Тохируулгын сонголтыг 0 (тэг) болговол хязгаарыг хасна.';
$strZip = 'zip-ээр шахах';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -816,4 +816,155 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Merk: Ved <20> sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -817,4 +817,155 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -842,4 +842,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -841,4 +841,155 @@ $strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -812,4 +812,155 @@ $strYes = 'Tak';
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -813,4 +813,155 @@ $strYes = 'Tak';
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

View File

@@ -812,4 +812,155 @@ $strYes = 'Tak';
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
$strCSV = 'CSV'; //to translate
$strImport = 'Import'; //to translate
$strImportFormat = 'Format of imported file'; //to translate
$strFileToImport = 'File to import'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strEnclosingOptional = 'Enclosing of fields is optional'; //to translate
$strCSVImportOptions = 'CSV options'; //to translate
$strPartialImport = 'Partial import'; //to translate
$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
$strImportFinished = 'Import has been successfully finished.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
$strBinaryLogCache = 'Binary log cache'; //to translate
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strHandler = 'Handler'; //to translate
$strJoins = 'Joins'; //to translate
$strKeyCache = 'Key cache'; //to translate
$strMaxConnects = 'max. concurrent connections'; //to translate
$strQueryCache = 'Query cache'; //to translate
$strReplication = 'Replication'; //to translate
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowOpenTables = 'Show open tables'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //to translate
$strShowStatusReset = 'Reset'; //to translate
$strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate
$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
$strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate
$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
$strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate
$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
$strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate
$strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate
$strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate
$strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate
$strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate
$strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate
$strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate
$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
$strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
$strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate
$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
$strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate
$strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate
$strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate
$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
$strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate
$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
$strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate
$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
$strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate
$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
$strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate
$strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate
$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
$strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate
$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
$strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate
$strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate
$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
$strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate
$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
$strSorting = 'Sorting'; //to translate
$strTempData = 'Temporary data'; //to translate
$strThreads = 'Threads'; //to translate
$strLDI = 'CSV using LOAD DATA'; //to translate
$strLDILocal = 'Use LOCAL keyword'; //to translate
$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
?>

Some files were not shown because too many files have changed in this diff Show More